Skip to content

Commit 52fe6d5

Browse files
committed
increase timeout
1 parent 426e478 commit 52fe6d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ebssurrogate/scripts/surrogate-bootstrap-nix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ function setup_chroot_environment {
247247
# the default read timeout in wget is 900s, which can cause a ~15min increase in build time
248248
# this forces the process to fail-fast and retry
249249
cat <<EOF > ~/.wgetrc
250-
read_timeout = 15
251-
timeout = 15
250+
read_timeout = 30
251+
timeout = 35
252252
tries = 5
253253
EOF
254254

0 commit comments

Comments
 (0)