Skip to content

Commit 2ad24f0

Browse files
committed
reduce test runtime
1 parent 2fdd422 commit 2ad24f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/tilman_neumann/jml/factor/ecm/BigNbrTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class BigNbrTest {
3737
private static final boolean LOG_SPOILERS = false;
3838

3939
/** number of test numbers per bit size for random tests */
40-
private static final int N_COUNT = 10000;
40+
private static final int N_COUNT = 1000;
4141
/** maximum bit size for random tests */
4242
private static final int MAX_BITS = 1000;
4343

0 commit comments

Comments
 (0)