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

Unified Diff: catapult_build/run_dev_server_tests.py

Issue 1444673002: Set window size when running dev_server tests to reduce the chance of flake (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 5 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: catapult_build/run_dev_server_tests.py
diff --git a/catapult_build/run_dev_server_tests.py b/catapult_build/run_dev_server_tests.py
index f43f6b987bc51668c3ef77133162849b91294c7d..418a9411016853a5d39815296cc327d0fe77e7da 100644
--- a/catapult_build/run_dev_server_tests.py
+++ b/catapult_build/run_dev_server_tests.py
@@ -249,6 +249,7 @@ def Main(argv):
'--no-experiments',
'--no-first-run',
'--noerrdialogs',
+ '--window-size=1280,1024',
('http://localhost:%s/%s/tests.html?' % (port, args.tests)) +
'headless=true&testTypeToRun=all',
]
« 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