mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate:launcher: Pass the right timeout_factor is passed to subprojects
This commit is contained in:
parent
aea1082116
commit
ba4275ad00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue