Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jul 29, 2020
1 parent 62a7348 commit be119b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/ipfs/api/APITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public void pubsubSynchronous() throws Exception {
}
}
long duration = System.currentTimeMillis() - start;
Assert.assertTrue("Fast synchronous pub-sub", duration < 1000);
Assert.assertTrue("Fast synchronous pub-sub", duration < 4000);
}

@Test
Expand Down

0 comments on commit be119b8

Please sign in to comment.