Skip to content

Commit becc9bb

Browse files
anoopcs9phlogistonjohn
authored andcommitted
tests/centosci: Increase retry count for kubectl execution
Signed-off-by: Anoop C S <[email protected]>
1 parent d8e19b8 commit becc9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/centosci/sink-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ROOK_DEPLOY_TIMEOUT=${ROOK_DEPLOY_TIMEOUT:-1200}
99
ROOK_TEMP_DIR=${ROOK_TEMP_DIR:-""}
1010

1111
KUBE_VERSION=${KUBE_VERSION:-"latest"}
12-
KUBECTL_RETRY=5
12+
KUBECTL_RETRY=10
1313
KUBECTL_RETRY_DELAY=10
1414
CONTAINER_CMD=${CONTAINER_CMD:-"podman"}
1515

0 commit comments

Comments
 (0)