Skip to content

Commit b4156a6

Browse files
committed
comment new record runtime
1 parent 3780e12 commit b4156a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/tilman_neumann/jml/factor/siqs/SIQSSmallTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void setup() {
3838
}
3939

4040
@Test
41-
// TODO On github CI this test may need up to 13 seconds. Locally the test finishes in less than 100ms.
41+
// TODO On github CI this test may need up to 50 (!) seconds. Locally the test finishes in less than 100ms.
4242
// It is possible that the test numbers are not very appropriate for the algorithm, but why the difference between local and github tests?
4343
public void testSomeInputs() {
4444
assertFactorizationSuccess("15841065490425479923", "2604221509 * 6082841047"); // 64 bit

0 commit comments

Comments
 (0)