Skip to content
Snippets Groups Projects
Commit 4c85d4b9 authored by akwizgran's avatar akwizgran
Browse files

Increase the meek timeout again.

parent bce7d19e
No related branches found
No related tags found
1 merge request!17Update bridges, refactor bridge configuration
Pipeline #16209 failed
......@@ -42,7 +42,6 @@ import static org.briarproject.onionwrapper.TestUtils.isOptionalTestEnabled;
import static org.briarproject.onionwrapper.TorWrapper.TorState.CONNECTED;
import static org.briarproject.onionwrapper.util.OsUtils.isLinux;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeNotNull;
import static org.junit.Assume.assumeTrue;
@RunWith(Parameterized.class)
......@@ -54,7 +53,7 @@ public class BridgeTest extends BaseTest {
private static final int SOCKS_PORT = 59060;
private static final int CONTROL_PORT = 59061;
private final static long TIMEOUT = MINUTES.toMillis(2);
private final static long MEEK_TIMEOUT = MINUTES.toMillis(6);
private final static long MEEK_TIMEOUT = MINUTES.toMillis(10);
private final static int UNREACHABLE_BRIDGES_ALLOWED = 6;
private final static int ATTEMPTS_PER_BRIDGE = 5;
......
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