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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2685303002: Significantly reduce the timeout app_jit is given on the buildbot (Closed)
Patch Set: Created 3 years, 10 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
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 03a744630d7b4335fe67a7c12f70d416f865a23c..52ba4b74c375dca7cc812418c9eab04fb58dce5e 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -3257,7 +3257,7 @@ class ProcessQueue {
eventFinishedTestCase(finishedTestCase);
}
}, onDone: () {
- // Wait until the commandQueue/execturo is done (it may need to stop
+ // Wait until the commandQueue/exectutor is done (it may need to stop
// batch runners, browser controllers, ....)
commandQueue.done.then((_) {
cancelDebugTimer();

Powered by Google App Engine
This is Rietveld 408576698