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

Unified Diff: tools/testing/dart/browser_controller.dart

Issue 2878423002: Increase startup time allowed for browsers (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_controller.dart
diff --git a/tools/testing/dart/browser_controller.dart b/tools/testing/dart/browser_controller.dart
index 9d7ec28477e6b76582f40ffded83c273a0525921..8a1b7ea355efad3969edb33da9840c17d2e8c59e 100644
--- a/tools/testing/dart/browser_controller.dart
+++ b/tools/testing/dart/browser_controller.dart
@@ -931,7 +931,7 @@ class BrowserTestOutput {
/// requests back from the browsers.
class BrowserTestRunner {
static const int MAX_NEXT_TEST_TIMEOUTS = 10;
- static const Duration NEXT_TEST_TIMEOUT = const Duration(seconds: 60);
+ static const Duration NEXT_TEST_TIMEOUT = const Duration(seconds: 120);
static const Duration RESTART_BROWSER_INTERVAL = const Duration(seconds: 60);
/// If the queue was recently empty, don't start another browser.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698