| Index: tests/standalone/io/test_runner_test.dart
|
| diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
|
| index d4d6076b672b4b1f19385c7afc00398b6d024057..e9f327680cdb047ce7bae6a7a7d0dc4b5cc0fff2 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -12,7 +12,7 @@ import "../../../tools/testing/dart/status_file_parser.dart";
|
| import "../../../tools/testing/dart/test_options.dart";
|
| import "process_test_util.dart";
|
|
|
| -final DEFAULT_TIMEOUT = 10;
|
| +final DEFAULT_TIMEOUT = 20;
|
| final LONG_TIMEOUT = 30;
|
|
|
| List<String> packageOptions() {
|
|
|