We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdd422 commit 2ad24f0Copy full SHA for 2ad24f0
src/test/java/de/tilman_neumann/jml/factor/ecm/BigNbrTest.java
@@ -37,7 +37,7 @@ public class BigNbrTest {
37
private static final boolean LOG_SPOILERS = false;
38
39
/** number of test numbers per bit size for random tests */
40
- private static final int N_COUNT = 10000;
+ private static final int N_COUNT = 1000;
41
/** maximum bit size for random tests */
42
private static final int MAX_BITS = 1000;
43
0 commit comments