| Index: LayoutTests/http/tests/w3c/resources/testharness.js
|
| diff --git a/LayoutTests/http/tests/w3c/resources/testharness.js b/LayoutTests/http/tests/w3c/resources/testharness.js
|
| index 800ac2aeb236fe1d0aeffa8ac1fe0199ea9675ad..082da08bac64f70eff91b778a67106d6f609ecb5 100644
|
| --- a/LayoutTests/http/tests/w3c/resources/testharness.js
|
| +++ b/LayoutTests/http/tests/w3c/resources/testharness.js
|
| @@ -355,11 +355,11 @@ policies and contribution forms [3].
|
| (function ()
|
| {
|
| var debug = false;
|
| - // default timeout is 5 seconds, test can override if needed
|
| + // default timeout is 5 minutes, to let LayoutTests timeout first
|
| var settings = {
|
| output:true,
|
| - timeout:5000,
|
| - test_timeout:2000
|
| + timeout:300000,
|
| + test_timeout:300000
|
| };
|
|
|
| var xhtml_ns = "http://www.w3.org/1999/xhtml";
|
|
|