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

Unified Diff: sdk/lib/_internal/pub/test/serve/utils.dart

Issue 149063005: Increase the timeout for a failing pub test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | sdk/lib/_internal/pub/test/transformer/dart2js/converts_isolate_entrypoint_in_web_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/serve/utils.dart
diff --git a/sdk/lib/_internal/pub/test/serve/utils.dart b/sdk/lib/_internal/pub/test/serve/utils.dart
index 43f1966f27d901fc1cf08a4780ad298649b59d63..039480307b309910d7877d216129c87859b8c2b6 100644
--- a/sdk/lib/_internal/pub/test/serve/utils.dart
+++ b/sdk/lib/_internal/pub/test/serve/utils.dart
@@ -106,7 +106,7 @@ ScheduledProcess startPubServe([Iterable<String> args]) {
// Dart2js can take a long time to compile dart code, so we increase the
// timeout to cope with that.
- currentSchedule.timeout = new Duration(seconds: 15);
+ currentSchedule.timeout *= 1.5;
return startPub(args: pubArgs);
}
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/test/transformer/dart2js/converts_isolate_entrypoint_in_web_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698