Propagate SETUP_TIMEOUT option #205

Merged
abereziny merged 1 commit from abereziny/frostfs-testlib:feature-propagate-timeout into master 2024-04-12 15:18:04 +00:00

View file

@ -194,7 +194,7 @@ class BackgroundLoadController:
working_dir=self.load_params.working_dir, working_dir=self.load_params.working_dir,
endpoint_selection_strategy=self.load_params.endpoint_selection_strategy, endpoint_selection_strategy=self.load_params.endpoint_selection_strategy,
k6_process_allocation_strategy=self.load_params.k6_process_allocation_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: if self.verification_params.custom_registry: