diff options
-rwxr-xr-x | metadata/scripts/pull-and-verify.sh | 2 |
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 |