mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1098456 - Increase timeout in blockForEvent (hail mary) r=gbrown
This commit is contained in:
parent
3739c71b8b
commit
64a2657b04
@ -41,7 +41,7 @@ public class FennecNativeActions implements Actions {
|
||||
}
|
||||
|
||||
class GeckoEventExpecter implements RepeatedEventExpecter {
|
||||
private static final int MAX_WAIT_MS = 90000;
|
||||
private static final int MAX_WAIT_MS = 180000;
|
||||
|
||||
private volatile boolean mIsRegistered;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user