| 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 6a9547839693a1c3f16ac79f3af9486e89056717..b3a98e919cfaeded4e2e38d898a02bba6dcf274b 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -488,7 +488,7 @@ Controls how dart code is compiled and executed.
|
| timeout *= 4;
|
| }
|
| if (configuration['host_checked']) {
|
| - timeout *= 4;
|
| + timeout *= 8;
|
| }
|
| break;
|
| default:
|
|
|