Skip to content

Commit d3e9362

Browse files
lukeseawalkerenrico-usai
authored andcommitted
Increase retries for gcc sources download
This in order to try to reduce likelihood of getting ``` Failed to open TCP connection to ftp.gnu.org:443 (Network is unreachable - connect(2) for "ftp.gnu.org" port 443) ``` Signed-off-by: Luca Carrogu <[email protected]>
1 parent dd8aa99 commit d3e9362

File tree

1 file changed

+2
-2
lines changed
  • cookbooks/aws-parallelcluster-install/recipes

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-install/recipes/arm_pl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
remote_file gcc_tarball do
6666
source node['cluster']['armpl']['gcc']['url']
6767
mode '0644'
68-
retries 3
69-
retry_delay 5
68+
retries 5
69+
retry_delay 10
7070
not_if { ::File.exist?(gcc_tarball) }
7171
end
7272

0 commit comments

Comments
 (0)