Bug 1247468 - Increase timeout for testBookmarklets; r=margaret

This commit is contained in:
Geoff Brown 2016-04-11 11:31:33 -06:00
parent 0ea9a45880
commit 22f9dbec3f

View File

@ -40,7 +40,7 @@ public class testBookmarklets extends BaseTest {
public boolean isSatisfied() {
return mSolo.searchButton("OK", true) && mSolo.searchText(expected, true);
}
}, 3000);
}, 10000);
mAsserter.is(alerted, true, "Alert was shown for bookmarklet");
}
}