use a more reasonable 10000 tests by default
This commit is contained in:
parent
0a1129b36a
commit
b5e3e316cb
|
@ -12,7 +12,7 @@
|
|||
# Note that currently importing both Stint and TTMath will crash the compiler for unknown reason
|
||||
import ../src/stint, unittest, quicktest, ttmath_compat
|
||||
|
||||
const itercount = 10_000_000_000
|
||||
const itercount = 10_000
|
||||
|
||||
suite "Property-based testing (testing with random inputs) of Uint256":
|
||||
|
||||
|
|
Loading…
Reference in New Issue