Timeout might have been too short for Travis CI
(or there is an actual problem with concurrency)
This commit is contained in:
parent
c9c0806e0d
commit
2a8834e3c6
@ -124,7 +124,7 @@ public class NetworkHandlerTest {
|
||||
assertInventorySize(3, peerInventory);
|
||||
}
|
||||
|
||||
@Test(timeout = 5_000)
|
||||
@Test(timeout = 10_000)
|
||||
public void ensureObjectsAreSynchronizedIfOnlyPeerHasObjects() throws Exception {
|
||||
peerInventory.init(
|
||||
"V4Pubkey.payload",
|
||||
|
Loading…
Reference in New Issue
Block a user