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

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

Issue 9719024: Set timeout multipliers based on observed values (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_options.dart
diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
index b3a98e919cfaeded4e2e38d898a02bba6dcf274b..68a648c9f866725527cf70bad16943da3906592c 100644
--- a/dart/tools/testing/dart/test_options.dart
+++ b/dart/tools/testing/dart/test_options.dart
@@ -485,10 +485,10 @@ Controls how dart code is compiled and executed.
case 'leg':
case 'frog':
if (configuration['mode'] == 'debug') {
- timeout *= 4;
+ timeout *= 8;
}
if (configuration['host_checked']) {
- timeout *= 8;
+ timeout *= 16;
}
break;
default:
« 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