use a more reasonable 10000 tests by default

This commit is contained in:
mratsim 2018-05-04 10:02:46 +02:00
parent 0a1129b36a
commit b5e3e316cb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Note that currently importing both Stint and TTMath will crash the compiler for unknown reason # Note that currently importing both Stint and TTMath will crash the compiler for unknown reason
import ../src/stint, unittest, quicktest, ttmath_compat 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": suite "Property-based testing (testing with random inputs) of Uint256":