We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426e478 commit 52fe6d5Copy full SHA for 52fe6d5
1 file changed
ebssurrogate/scripts/surrogate-bootstrap-nix.sh
@@ -247,8 +247,8 @@ function setup_chroot_environment {
247
# the default read timeout in wget is 900s, which can cause a ~15min increase in build time
248
# this forces the process to fail-fast and retry
249
cat <<EOF > ~/.wgetrc
250
-read_timeout = 15
251
-timeout = 15
+read_timeout = 30
+timeout = 35
252
tries = 5
253
EOF
254
0 commit comments