Skip to content

Commit

Permalink
Bump subsystem timeout
Browse files Browse the repository at this point in the history
- was  60 retries x 5 delay (5 minutes)
- now 200 retries x 5 delay (~16.5 minutes)
  • Loading branch information
velomatt committed May 16, 2024
1 parent 2ccdfa1 commit 24ba5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/start_dss_target/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
until:
- subsystem_initialized.stdout is search(search_string)
- subsystem_initialized.stdout | regex_findall(search_string) | length == num_subsystems
retries: 60
retries: 200
delay: 5

- name: Assert subsystems initialized
Expand Down

0 comments on commit 24ba5a5

Please sign in to comment.