diff --git a/tests/property_based_uint256.nim b/tests/property_based_uint256.nim index 72b0c8f..7966886 100644 --- a/tests/property_based_uint256.nim +++ b/tests/property_based_uint256.nim @@ -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":