mirror of
https://github.com/briar/briar.git
synced 2026-06-12 07:24:23 -04:00
Raise BridgeTest timeout to avoid spurious failures.
This commit is contained in:
@@ -53,7 +53,7 @@ public class BridgeTest extends BrambleTestCase {
|
||||
return component.getCircumventionProvider().getBridges(false);
|
||||
}
|
||||
|
||||
private final static long TIMEOUT = SECONDS.toMillis(30);
|
||||
private final static long TIMEOUT = SECONDS.toMillis(60);
|
||||
|
||||
private final static Logger LOG = getLogger(BridgeTest.class.getName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user