Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: LayoutTests/resources/testharness.js

Issue 213283002: Make the default testharness.js timeout longer than the LayoutTests timeout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/w3c/resources/testharness.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « LayoutTests/http/tests/w3c/resources/testharness.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698