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:
2015-09-25 23:35:31 +02:00
parent d67c932fb2
commit 7fb837645f
5 changed files with 36 additions and 9 deletions

View File

@ -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();