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

Unified Diff: dart/tools/testing/dart/test_controller.js

Issue 94213002: Make status updates after 10 seconds + fix handling of status updates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « dart/tools/testing/dart/browser_controller.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_controller.js
diff --git a/dart/tools/testing/dart/test_controller.js b/dart/tools/testing/dart/test_controller.js
index e4acf73e8661a3c9a0e8757dedb2688eac2c1bf9..806a7f980f79b5e9697a75b3436a211ea30d5ccd 100644
--- a/dart/tools/testing/dart/test_controller.js
+++ b/dart/tools/testing/dart/test_controller.js
@@ -34,7 +34,7 @@
var recordedEventList = [];
var timestampOfFirstEvent = null;
-var STATUS_UPDATE_INTERVALL = 5000; // Every 10 seconds.
+var STATUS_UPDATE_INTERVALL = 10000;
function getCurrentTimestamp() {
if (timestampOfFirstEvent == null) {
« no previous file with comments | « dart/tools/testing/dart/browser_controller.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698