summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@sunet.se>2024-04-16 13:04:33 +0200
committerJohan Wassberg <jocar@sunet.se>2024-04-16 13:04:33 +0200
commit2899c3b080adbcae38394f28c0d8de9861295250 (patch)
tree8550b0bc9ee46c45df60f3e5c26d5890d8ca36ce
parent15cd930f30455533b39e2791259fce034b248e7e (diff)
Edugain is slow for the momentmd-2024-04-16-v04
-rwxr-xr-xmetadata/scripts/pull-and-verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/scripts/pull-and-verify.sh b/metadata/scripts/pull-and-verify.sh
index 1e89d0f0..09f818a9 100755
--- a/metadata/scripts/pull-and-verify.sh
+++ b/metadata/scripts/pull-and-verify.sh
@@ -5,7 +5,7 @@ DIR=$2
CERT=$3
TMPF=`mktemp`
-curl -s -m 120 -k -L $URL > $TMPF
+curl -s -m 240 -k -L $URL > $TMPF
if [ $? -ne 0 ]; then
echo "Unable to download $URL: $?"
exit 1