Some further fixes and improvements, not all tests working yet

This commit is contained in:
2016-06-20 16:33:47 +02:00
parent ae2120675f
commit abc2f63aa6
5 changed files with 58 additions and 19 deletions

View File

@ -254,7 +254,7 @@ public class NetworkHandlerTest {
Future<?> future = nodeNetworkHandler.synchronize(peerAddress.toInetAddress(), peerAddress.getPort(),
mock(NetworkHandler.MessageListener.class),
10);
100);
future.get();
assertInventorySize(1, nodeInventory);
assertInventorySize(1, peerInventory);