3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Fix unit test bug

This commit is contained in:
Mike Hearn 2012-12-07 16:59:49 +01:00
parent 2bcef988b4
commit 68fa57c922

View File

@ -467,7 +467,7 @@ public class PeerTest extends TestWithNetworkConnections {
inbound(peer, new Pong(pingMsg.getNonce()));
elapsed = future.get();
assertEquals(elapsed, peer.getLastPingTime());
assertEquals(14000, peer.getPingTime());
assertEquals(7250, peer.getPingTime());
}
private Message outbound() {