mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Tolerate up to 4 unreachable bridges per run.
This commit is contained in:
@@ -83,7 +83,7 @@ public class BridgeTest extends BrambleTestCase {
|
||||
|
||||
private final static long OBFS4_TIMEOUT = MINUTES.toMillis(2);
|
||||
private final static long MEEK_TIMEOUT = MINUTES.toMillis(6);
|
||||
private final static int UNREACHABLE_BRIDGES_ALLOWED = 1;
|
||||
private final static int UNREACHABLE_BRIDGES_ALLOWED = 4;
|
||||
private final static int ATTEMPTS_PER_BRIDGE = 5;
|
||||
|
||||
private final static Logger LOG = getLogger(BridgeTest.class.getName());
|
||||
|
||||
Reference in New Issue
Block a user