Skip to content
Snippets Groups Projects
Commit 0761a98e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: increase curl connect timeout per OSG recommendations

parent f50025e5
No related branches found
No related tags found
No related merge requests found
Pipeline #43289 passed with stage
in 5 minutes and 22 seconds
......@@ -160,7 +160,7 @@ RECO_S3RW=${RECO_S3RW//\/\//\/}
mkdir -p ${RECO_DIR} ${RECO_TEMP}
# Internet connectivity check
if curl --connect-timeout 10 --retry 5 --silent --show-error ${S3URL} > /dev/null ; then
if curl --connect-timeout 30 --retry 5 --silent --show-error ${S3URL} > /dev/null ; then
echo "$(hostname) is online."
export ONLINE=true
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment