We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3780e12 commit b4156a6Copy full SHA for b4156a6
src/test/java/de/tilman_neumann/jml/factor/siqs/SIQSSmallTest.java
@@ -38,7 +38,7 @@ public static void setup() {
38
}
39
40
@Test
41
- // TODO On github CI this test may need up to 13 seconds. Locally the test finishes in less than 100ms.
+ // TODO On github CI this test may need up to 50 (!) seconds. Locally the test finishes in less than 100ms.
42
// It is possible that the test numbers are not very appropriate for the algorithm, but why the difference between local and github tests?
43
public void testSomeInputs() {
44
assertFactorizationSuccess("15841065490425479923", "2604221509 * 6082841047"); // 64 bit
0 commit comments