mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1230963 - Increase the timeout for non-e10s web-platform-tests debug reftests, r=Ms2ger
This commit is contained in:
parent
e67abc562a
commit
3cb257866b
@ -54,15 +54,13 @@ def executor_kwargs(test_type, server_config, cache_manager, run_info_data,
|
||||
cache_manager, **kwargs)
|
||||
executor_kwargs["close_after_done"] = True
|
||||
if kwargs["timeout_multiplier"] is None:
|
||||
if kwargs["gecko_e10s"] and test_type == "reftest":
|
||||
if test_type == "reftest":
|
||||
if run_info_data["debug"]:
|
||||
executor_kwargs["timeout_multiplier"] = 4
|
||||
else:
|
||||
executor_kwargs["timeout_multiplier"] = 2
|
||||
elif run_info_data["debug"]:
|
||||
executor_kwargs["timeout_multiplier"] = 3
|
||||
elif test_type == "reftest":
|
||||
executor_kwargs["timeout_multiplier"] = 2
|
||||
return executor_kwargs
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user