From 2899c3b080adbcae38394f28c0d8de9861295250 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 16 Apr 2024 13:04:33 +0200 Subject: Edugain is slow for the moment --- metadata/scripts/pull-and-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3