Skip to content

Commit e8b7a22

Browse files
committed
test harder number with 4 threads
1 parent 9857e26 commit e8b7a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/tilman_neumann/jml/factor/CombinedFactorAlgorithmTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class CombinedFactorAlgorithmTest {
3535
@BeforeClass
3636
public static void setup() {
3737
ConfigUtil.initProject();
38-
int numThreads = 2; // be cautious regarding what github CI supports
38+
int numThreads = 4; // be cautious regarding what github CI supports
3939
factorizer = new CombinedFactorAlgorithm(numThreads, null, true);
4040
}
4141

0 commit comments

Comments
 (0)