Skip to content

Commit 4c5e622

Browse files
committed
sleep 30
1 parent d33e548 commit 4c5e622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/pit/lib/lib-k8s-cc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ installCC() {
121121
if [ $? != 0 ]; then
122122
err "!! Error installing control-center with helm, trying a second time !!"
123123
uninstallCC
124+
log "sleeping 30 secs"
125+
sleep 30
124126
runToFile "$helmCmd" "helm-install-$1-2.out" "$VERBOSE" || return 1
125127
fi
126128

0 commit comments

Comments
 (0)