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

Unified Diff: test/runner/runner_test.dart

Issue 1090513002: Support configuring timeouts per-test and -group. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Unused import. Created 5 years, 8 months 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
« lib/src/backend/declarer.dart ('K') | « test/backend/invoker_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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++) {
« lib/src/backend/declarer.dart ('K') | « test/backend/invoker_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698