mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Increase timeout for CI
This commit is contained in:
@@ -123,7 +123,7 @@ public abstract class BriarIntegrationTest<C extends BriarIntegrationTestCompone
|
||||
private volatile Waiter validationWaiter;
|
||||
private volatile Waiter deliveryWaiter;
|
||||
|
||||
protected final static int TIMEOUT = 15000;
|
||||
protected final static int TIMEOUT = 30000;
|
||||
protected C c0, c1, c2;
|
||||
|
||||
private final File testDir = TestUtils.getTestDirectory();
|
||||
|
||||
Reference in New Issue
Block a user