We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a7348 commit be119b8Copy full SHA for be119b8
src/test/java/io/ipfs/api/APITest.java
@@ -426,7 +426,7 @@ public void pubsubSynchronous() throws Exception {
426
}
427
428
long duration = System.currentTimeMillis() - start;
429
- Assert.assertTrue("Fast synchronous pub-sub", duration < 1000);
+ Assert.assertTrue("Fast synchronous pub-sub", duration < 4000);
430
431
432
@Test
0 commit comments