Bug 751842 part 3 - Ignore timeouts in testharness.js tests; r=jhammel

This commit is contained in:
Aryeh Gregor 2012-05-08 09:14:40 +03:00
parent 3176574ab6
commit 502c990146

View File

@ -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,
});
})();