| Index: test/runner/runner_test.dart
|
| diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
|
| index 6b38a4d3be3e65d395d3d7fa4ad139d77e7e155d..8472e468bab873ca7df4cf9f664ce38b8cff3b62 100644
|
| --- a/test/runner/runner_test.dart
|
| +++ b/test/runner/runner_test.dart
|
| @@ -250,7 +250,7 @@ $_usage"""));
|
| new File(p.join(_sandbox, "test.dart")).writeAsStringSync(_success);
|
| var result = _runUnittest(["test.dart"]);
|
| expect(result.exitCode, equals(0));
|
| - });
|
| + }, timeout: new Timeout(new Duration(seconds: 0)));
|
|
|
| test("defined in a directory", () {
|
| for (var i = 0; i < 3; i++) {
|
|
|