Skip to content
Snippets Groups Projects
Commit 1e9ee3ac authored by Cedric CAFFY's avatar Cedric CAFFY Committed by Eric Cano
Browse files

Changed timeout of the completion of repack request from 100 to 300 seconds

parent 808bca3a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment