Bug 650553 - test_webgl_conformance_test_suite.html needs to be explicit about its timeout requirements; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-05-06 21:13:26 -04:00
parent 0e7245f523
commit 1cf3a0e2ef

View File

@ -467,6 +467,7 @@ function start() {
}
SimpleTest.requestLongerTimeout(requestLongerTimeoutLen);
SimpleTest.requestFlakyTimeout("We're embedding the WebGL test harness, which uses timeouts internally, so we have to abide. :(");
var statusElem = document.getElementById("status");
var statusTextNode = document.createTextNode('');