| 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 0250e57600b896ff82fae3c6195c9031087c3d22..af1e50a2d243f2bef8c7e2ed4b2ea51fc5eb8930 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -547,7 +547,9 @@ Note: currently only implemented for dart2js.''',
|
| timeout *= 4;
|
| break;
|
| case 'dart2js':
|
| - timeout = 30;
|
| + // TODO(ahe): Restore the timeout of 30 seconds when dart2js
|
| + // compile-time performance has improved.
|
| + timeout = 60;
|
| if (configuration['mode'] == 'debug') {
|
| timeout *= 8;
|
| }
|
|
|