forked from TrueCloudLab/frostfs-testlib
[#205] Propagate SETUP_TIMEOUT option
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
65ec50391e
commit
82a8f9bab3
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class BackgroundLoadController:
|
|||
working_dir=self.load_params.working_dir,
|
||||
endpoint_selection_strategy=self.load_params.endpoint_selection_strategy,
|
||||
k6_process_allocation_strategy=self.load_params.k6_process_allocation_strategy,
|
||||
setup_timeout="1s",
|
||||
setup_timeout=self.load_params.setup_timeout,
|
||||
)
|
||||
|
||||
if self.verification_params.custom_registry:
|
||||
|
|
Loading…
Reference in a new issue