Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: tests/standalone/src/TestRunnerTest.dart

Issue 8508050: Increase TestRunnerTest timeout to two seconds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698