Skip to content

Commit 2edfec1

Browse files
committed
Increase retries
1 parent 494c504 commit 2edfec1

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-slurm/libraries

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-slurm/libraries/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def wait_cluster_ready
173173
" --config-version #{node['cluster']['cluster_config_version']}" \
174174
" --region #{node['cluster']['region']}"
175175
timeout 30
176-
retries 10
176+
retries 20
177177
retry_delay 90
178178
end
179179
end

0 commit comments

Comments
 (0)