Bug 1400786 - Use a startup_timeout of 180s for Marionette on all platforms. r=gbrown

Currently only the Mochitests on Linux use a startup_timeout of 180s
for Marionette. This would also be necessary for the other platforms
(MacOS and Windows).

MozReview-Commit-ID: TGO7XDLXdI

--HG--
extra : rebase_source : 29219cc51404cebf22e894966294eae687bb5d68
This commit is contained in:
Henrik Skupin 2017-09-18 10:09:35 +02:00
Родитель 61d1233ce1
Коммит f8e9862366
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -86,6 +86,7 @@ config = {
"--log-errorsummary=%(error_summary_file)s", "--log-errorsummary=%(error_summary_file)s",
"--screenshot-on-fail", "--screenshot-on-fail",
"--cleanup-crashes", "--cleanup-crashes",
"--marionette-startup-timeout=180",
"--work-path=%(abs_work_dir)s", "--work-path=%(abs_work_dir)s",
], ],
"run_filename": "runtests.py", "run_filename": "runtests.py",

Просмотреть файл

@ -99,6 +99,7 @@ config = {
"--log-errorsummary=%(error_summary_file)s", "--log-errorsummary=%(error_summary_file)s",
"--screenshot-on-fail", "--screenshot-on-fail",
"--cleanup-crashes", "--cleanup-crashes",
"--marionette-startup-timeout=180",
], ],
"run_filename": "runtests.py", "run_filename": "runtests.py",
"testsdir": "mochitest" "testsdir": "mochitest"