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

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

Issue 9328043: Increase timeout limit in frog-debug (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes Created 8 years, 10 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 | « dart/tests/language/language.status ('k') | dart/utils/tests/dartdoc/dartdoc.status » ('j') | 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 299cff684533cdbdf7a9e8bf68f948f807872013..956cfdb7dbe0eb7b0b2d824e82db67013b7243c3 100644
--- a/dart/tools/testing/dart/test_options.dart
+++ b/dart/tools/testing/dart/test_options.dart
@@ -427,6 +427,11 @@ is 'dart file.dart' and you specify special command
case 'frogium':
timeout *= 4;
break;
+ case 'frog':
+ if (configuration['mode'] == 'debug') {
+ timeout *= 4;
+ }
+ break;
default:
if (configuration['mode'] == 'debug') {
timeout *= 2;
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/utils/tests/dartdoc/dartdoc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698