From 1e9ee3acdeb69c520e1c91d8fa3556f211f98a5d Mon Sep 17 00:00:00 2001 From: Cedric CAFFY <cedric.caffy@hotmail.fr> Date: Fri, 5 Apr 2019 11:12:29 -0400 Subject: [PATCH] Changed timeout of the completion of repack request from 100 to 300 seconds --- continuousintegration/orchestration/tests/simple_repack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuousintegration/orchestration/tests/simple_repack.sh b/continuousintegration/orchestration/tests/simple_repack.sh index 469a8d2432..0f036f7da1 100755 --- a/continuousintegration/orchestration/tests/simple_repack.sh +++ b/continuousintegration/orchestration/tests/simple_repack.sh @@ -33,7 +33,7 @@ executeReclaim() { } executeRepack() { - WAIT_FOR_REPACK_FILE_TIMEOUT=100 + WAIT_FOR_REPACK_FILE_TIMEOUT=300 echo echo "Changing the tape $1 to FULL status" kubectl -n ${NAMESPACE} exec ctacli -ti -- cta-admin ta ch -v $1 -f true -- GitLab