Skip to content

Commit be119b8

Browse files
committed
Update test
1 parent 62a7348 commit be119b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/ipfs/api/APITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void pubsubSynchronous() throws Exception {
426426
}
427427
}
428428
long duration = System.currentTimeMillis() - start;
429-
Assert.assertTrue("Fast synchronous pub-sub", duration < 1000);
429+
Assert.assertTrue("Fast synchronous pub-sub", duration < 4000);
430430
}
431431

432432
@Test

0 commit comments

Comments
 (0)