Skip to content

Commit

Permalink
Merge pull request #8839 from rook/mergify/bp/release-1.7/pr-8837
Browse files Browse the repository at this point in the history
ci: wait longer for csi to be available (backport #8837)
  • Loading branch information
travisn committed Sep 27, 2021
2 parents 077bcc6 + fe3724a commit ff09f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/validate_cluster.sh
Expand Up @@ -89,7 +89,7 @@ function test_demo_pool {

function test_csi {
# shellcheck disable=SC2046
timeout 90 sh -c 'until [ $(kubectl -n rook-ceph get pods --field-selector=status.phase=Running|grep -c ^csi-) -eq 4 ]; do sleep 1; done'
timeout 180 sh -c 'until [ $(kubectl -n rook-ceph get pods --field-selector=status.phase=Running|grep -c ^csi-) -eq 4 ]; do sleep 1; done'
if [ $? -eq 0 ]; then
return 0
fi
Expand Down

0 comments on commit ff09f80

Please sign in to comment.