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

Unified Diff: client/site_tests/power_LoadTest/extension/params.js

Issue 2844047: Modify power_LoadTest Extension to pull in test parameters. (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Address review feedback. Created 9 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: client/site_tests/power_LoadTest/extension/params.js
diff --git a/client/site_tests/power_LoadTest/extension/params.js b/client/site_tests/power_LoadTest/extension/params.js
index 7410d45ef6b4acd75996bfbc3d75ceee1e64a8d3..dca948790f0bafe5d817959d760a774e21f9d9f8 100644
--- a/client/site_tests/power_LoadTest/extension/params.js
+++ b/client/site_tests/power_LoadTest/extension/params.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
var test_time_ms = 60 * 60 * 1000;
-var test_startup_delay = 15 * 1000;
+var test_startup_delay = 5 * 1000;
var should_scroll = true;
var should_scroll_up = true;
var scroll_loop = false;

Powered by Google App Engine
This is Rietveld 408576698