Skip to content
Snippets Groups Projects
Verified Commit 05737d85 authored by akwizgran's avatar akwizgran
Browse files

Increase number of unreachable bridges allowed.

parent 2c8e2ab6
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment