Synchronisation now shouldn't fail if the trusted host has no new messages
- fixed tests for Gradle builds - fixed SerializationTest
This commit is contained in:
@ -122,7 +122,7 @@ public class NetworkHandlerTest {
|
||||
assertEquals(2, peerInventory.getInventory().size());
|
||||
}
|
||||
|
||||
@Test(timeout = 5_000)
|
||||
@Test(timeout = 10_000)
|
||||
public void ensureObjectsAreSynchronizedIfOnlyNodeHasObjects() throws Exception {
|
||||
peerInventory.init();
|
||||
|
||||
|
Reference in New Issue
Block a user