Increase number of unreachable bridges allowed.

This commit is contained in:
akwizgran
2022-03-30 14:30:44 +01:00
parent 2c8e2ab6b8
commit 05737d858d

View File

@@ -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 = 4;
private final static int UNREACHABLE_BRIDGES_ALLOWED = 6;
private final static int ATTEMPTS_PER_BRIDGE = 5;
private final static Logger LOG = getLogger(BridgeTest.class.getName());