Bug 1098456 - Increase timeout in blockForEvent (hail mary) r=gbrown

This commit is contained in:
Mark Finkle 2014-11-13 16:53:48 -05:00
parent 3739c71b8b
commit 64a2657b04

View File

@ -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;