| 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 956cfdb7dbe0eb7b0b2d824e82db67013b7243c3..e5ac329ce2c3e45c3a590825b551d24ec6d6dd88 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -427,6 +427,7 @@ is 'dart file.dart' and you specify special command
|
| case 'frogium':
|
| timeout *= 4;
|
| break;
|
| + case 'leg':
|
| case 'frog':
|
| if (configuration['mode'] == 'debug') {
|
| timeout *= 4;
|
|
|