mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +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:
|
if main_options:
|
||||||
# Override output directories and logging properties of the sub launcher.
|
# Override output directories and logging properties of the sub launcher.
|
||||||
for option in ["main_dir", "output_dir", "logsdir", "dest", "clone_dir",
|
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))
|
setattr(options, option, getattr(main_options, option))
|
||||||
if not options.cleanup():
|
if not options.cleanup():
|
||||||
return False, None, None
|
return False, None, None
|
||||||
|
|
Loading…
Reference in a new issue