| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 557f1c009e0f6bda62ae6d0b03a2e13267af4d70..a26a8b350b5eaee87f08fe31e6b3201e65b46543 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -645,7 +645,7 @@ Note: currently only implemented for dart2js.''',
|
| break;
|
| default:
|
| if (configuration['arch'] == 'simarm') {
|
| - timeout *= 2;
|
| + timeout *= 4;
|
| } else if (configuration['arch'] == 'arm') {
|
| timeout *= 4;
|
| }
|
|
|