From 28218ad1bcb19cbdec4e6e6ce189c9ac0e5f333a Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Fri, 18 Aug 2017 17:07:43 +0200 Subject: [PATCH] increasing ARCHIVE and RETRIEVE timeouts --- continuousintegration/orchestration/tests/client_ar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continuousintegration/orchestration/tests/client_ar.sh b/continuousintegration/orchestration/tests/client_ar.sh index dcd5007985..a80433ca7b 100644 --- a/continuousintegration/orchestration/tests/client_ar.sh +++ b/continuousintegration/orchestration/tests/client_ar.sh @@ -86,7 +86,7 @@ eos root://${EOSINSTANCE} ls ${EOS_DIR} | egrep "${TEST_FILE_NAME_BASE}[0-9]+" | echo "Waiting for files to be on tape:" SECONDS_PASSED=0 -WAIT_FOR_ARCHIVED_FILE_TIMEOUT=$((40+${NB_FILES}/10)) +WAIT_FOR_ARCHIVED_FILE_TIMEOUT=$((40+${NB_FILES}/5)) while test 0 != $(grep -c copied$ ${STATUS_FILE}); do echo "Waiting for files to be archived to tape: Seconds passed = ${SECONDS_PASSED}" sleep 1 @@ -139,7 +139,7 @@ grep tapeonly$ ${STATUS_FILE} | sed -e 's/ .*$//' | XrdSecPROTOCOL=sss xargs --m # Wait for the copy to appear on disk SECONDS_PASSED=0 -WAIT_FOR_RETRIEVED_FILE_TIMEOUT=$((40+${NB_FILES}/10)) +WAIT_FOR_RETRIEVED_FILE_TIMEOUT=$((40+${NB_FILES}/5)) while test 0 != $(grep -c tapeonly$ ${STATUS_FILE}); do echo "Waiting for files to be retrieved from tape: Seconds passed = ${SECONDS_PASSED}" sleep 1 -- GitLab