summaryrefslogtreecommitdiffstats
path: root/build-initramfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-initramfs.sh')
-rwxr-xr-xbuild-initramfs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 1c65fd7d..b00839df 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -195,10 +195,10 @@ handler_http() {
if ! curl \
--location \
--max-redirs 5 \
- --max-time 7 \
- --connect-timeout 2 \
+ --max-time 60 \
+ --connect-timeout 5 \
--retry 3 \
- --retry-max-time 12 \
+ --retry-max-time 120 \
"$url" \
| tar \
--extract \