Bug 759221 - 4/6 - webgl mochitest needs a longer timeout on android - r=jgilbert

This commit is contained in:
Benoit Jacob 2012-06-08 13:41:42 -04:00
parent 0e47429ba9
commit 72c77095ec

View File

@ -407,7 +407,7 @@ function start() {
window.webglTestHarness = testHarness;
}
SimpleTest.requestLongerTimeout(3);
SimpleTest.requestLongerTimeout(kIsAndroid ? 6 : 3);
var statusElem = document.getElementById("status");
var statusTextNode = document.createTextNode('');