From 45077e5beb428a18f7e5be2e1428f9ca22c685bd Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 22 Apr 2024 14:52:59 +0200 Subject: [PATCH] ci: reducing too long fuzzing --- tests/unitary/math/test_newton_y.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unitary/math/test_newton_y.py b/tests/unitary/math/test_newton_y.py index fee0c48d..aa7ad4f2 100644 --- a/tests/unitary/math/test_newton_y.py +++ b/tests/unitary/math/test_newton_y.py @@ -27,8 +27,8 @@ from hypothesis import strategies as st N_COINS = 2 -MAX_SAMPLES = 1000000 # Increase for fuzzing -# MAX_SAMPLES = 10000 +# MAX_SAMPLES = 1000000 # Increase for fuzzing +MAX_SAMPLES = 10000 N_CASES = 32 A_MUL = 10000