Skip to content

Commit df68093

Browse files
committed
4 threads was worse; test 1 thread only
1 parent e8b7a22 commit df68093

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 = 4; // be cautious regarding what github CI supports
38+
int numThreads = 1; // be cautious regarding what github CI supports
3939
factorizer = new CombinedFactorAlgorithm(numThreads, null, true);
4040
}
4141

0 commit comments

Comments
 (0)