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

Unified Diff: lib/src/runner/browser/server.dart

Issue 1230983002: Substantially increase browser timeouts. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 5 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 | « lib/src/runner/browser/browser_manager.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/browser/server.dart
diff --git a/lib/src/runner/browser/server.dart b/lib/src/runner/browser/server.dart
index 0740990ddce6742771733b4d207230c54c5f5906..1383bb3bc9e3423854a40b8b8d122639c22b8651 100644
--- a/lib/src/runner/browser/server.dart
+++ b/lib/src/runner/browser/server.dart
@@ -446,7 +446,7 @@ void main() {
completer.completeError(error, stackTrace);
});
- return completer.future.timeout(new Duration(seconds: 7), onTimeout: () {
+ return completer.future.timeout(new Duration(seconds: 30), onTimeout: () {
throw new ApplicationException(
"Timed out waiting for ${platform.name} to connect.");
});
« no previous file with comments | « lib/src/runner/browser/browser_manager.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698