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. |