Skip to content

Commit

Permalink
ci: reducing too long fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Apr 22, 2024
1 parent 05cd92e commit 45077e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unitary/math/test_newton_y.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45077e5

Please sign in to comment.