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