validate:launcher: Pass the right timeout_factor is passed to subprojects

This commit is contained in:
Thibault Saunier 2019-07-08 23:37:22 -04:00
parent aea1082116
commit ba4275ad00

View file

@ -582,7 +582,7 @@ def setup_launcher_from_args(args, main_options=None):
if main_options:
# Override output directories and logging properties of the sub launcher.
for option in ["main_dir", "output_dir", "logsdir", "dest", "clone_dir",
"redirect_logs", "verbose"]:
"redirect_logs", "verbose", "timeout_factor"]:
setattr(options, option, getattr(main_options, option))
if not options.cleanup():
return False, None, None