Merge pull request #17108 from vrothberg/fix-17093

fix flake in kube system test
This commit is contained in:
OpenShift Merge Robot 2023-01-13 21:46:50 -05:00 committed by GitHub
commit 64988ad287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ EOF
# design yet for propagating exit codes up to the service
# container.
run_podman pod kill test_pod
for i in {0..5}; do
for i in {0..20}; do
run systemctl is-active $service_name
if [[ $output == "inactive" ]]; then
break