Skip to content

Commit

Permalink
fix: Increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <[email protected]>
  • Loading branch information
smolin-de committed Mar 8, 2024
1 parent 1f0e675 commit 8e5ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create_compute_nodes/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--extra-args "{{ _vm_console }}" \
--wait=-1 \
--noautoconsole
timeout: 360
timeout: 420
with_sequence: start=0 end={{ (env.cluster.nodes.compute.hostname | length) - 1 }} stride=1
loop_control:
extended: yes
Expand Down

0 comments on commit 8e5ca83

Please sign in to comment.