Bug 703773 - Increase the timeout of the test in order to make it not time out on Android

This commit is contained in:
Ehsan Akhgari 2015-09-13 12:57:07 -04:00
parent c7a3defe19
commit e036597995

View File

@ -39,6 +39,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=682592
*/
SimpleTest.waitForExplicitFinish();
SimpleTest.requestLongerTimeout(2);
if (navigator.platform.startsWith("Linux arm")) { /* bugs 982875, 999429 */
SimpleTest.expectAssertions(0, 4);
}