mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 650553 - test_webgl_conformance_test_suite.html needs to be explicit about its timeout requirements; r=bjacob
This commit is contained in:
parent
0e7245f523
commit
1cf3a0e2ef
@ -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('');
|
||||
|
Loading…
Reference in New Issue
Block a user