Skip to content

Commit

Permalink
Merge pull request #17108 from vrothberg/fix-17093
Browse files Browse the repository at this point in the history
fix flake in kube system test
  • Loading branch information
openshift-merge-robot authored Jan 14, 2023
2 parents e182887 + 4bb69ab commit 64988ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/250-systemd.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64988ad

Please sign in to comment.