Raised test timeout, as the Jacoco run seems to be considerably slower.

This commit is contained in:
Christian Basler 2016-07-10 06:55:24 +02:00
parent 50f2c7e080
commit 82ee4d05bb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class NetworkHandlerTest {
private final NetworkHandler nodeNetworkHandler;
@Rule
public final TestRule timeout = new DisableOnDebug(Timeout.seconds(10));
public final TestRule timeout = new DisableOnDebug(Timeout.seconds(20));
public NetworkHandlerTest(NetworkHandler peer, NetworkHandler node) {
this.peerNetworkHandler = peer;