[#205] Propagate SETUP_TIMEOUT option

Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2024-04-11 11:46:04 +03:00
parent 65ec50391e
commit 82a8f9bab3

View file

@ -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: