Raised test timeout, as the Jacoco run seems to be considerably slower.
This commit is contained in:
parent
50f2c7e080
commit
82ee4d05bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user