Index: LayoutTests/resources/testharness.js |
diff --git a/LayoutTests/resources/testharness.js b/LayoutTests/resources/testharness.js |
index c2e6013dcc37cd8f93f4e425503b24f87b9a3d0b..ab4d0d99d83409be3041cba7420091fa2282fd94 100644 |
--- a/LayoutTests/resources/testharness.js |
+++ b/LayoutTests/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"; |