mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 751842 part 3 - Ignore timeouts in testharness.js tests; r=jhammel
This commit is contained in:
parent
3176574ab6
commit
502c990146
@ -115,6 +115,7 @@ var W3CTest = {
|
||||
add_result_callback(W3CTest.result.bind(W3CTest));
|
||||
add_completion_callback(W3CTest.finish.bind(W3CTest));
|
||||
setup({
|
||||
"output": false
|
||||
"output": false,
|
||||
"timeout": 1000000,
|
||||
});
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user