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