| Index: tests/standalone/src/TestRunnerTest.dart
|
| diff --git a/tests/standalone/src/TestRunnerTest.dart b/tests/standalone/src/TestRunnerTest.dart
|
| index 264e7344c31aa073f30343ac6c5d005936ea943a..7f94ec9bc8e156d8e3c13ed87b8314d76cab90d1 100644
|
| --- a/tests/standalone/src/TestRunnerTest.dart
|
| +++ b/tests/standalone/src/TestRunnerTest.dart
|
| @@ -1,11 +1,9 @@
|
| -
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("TestRunnerTest");
|
|
|
| -
|
| #import("../../../tools/testing/dart/test_runner.dart");
|
|
|
| // TODO(whesse) source("ProcessTestUtil.dart"); when it is committed.
|
| @@ -69,7 +67,7 @@ String getProcessTestFileName() {
|
| }
|
|
|
| void main() {
|
| - int timeout = 1;
|
| + int timeout = 2;
|
| new RunningProcess(MakeTestCase("PassTest", [PASS]), timeout).start();
|
| new RunningProcess(MakeTestCase("FailTest", [FAIL]), timeout).start();
|
| new RunningProcess(MakeTestCase("TimeoutTest", [TIMEOUT]), timeout).start();
|
|
|