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

Unified Diff: LayoutTests/http/tests/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 | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/resources/testharness.js
diff --git a/LayoutTests/http/tests/resources/testharness.js b/LayoutTests/http/tests/resources/testharness.js
index 493cc7a241e87b0c8a1ae991379b2e56d43dbe79..dda9419bb8bbae6f7e55031b57c6abcd80dfdf7c 100644
--- a/LayoutTests/http/tests/resources/testharness.js
+++ b/LayoutTests/http/tests/resources/testharness.js
@@ -279,11 +279,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 | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698