Merge pull request #17108 from vrothberg/fix-17093
fix flake in kube system test
This commit is contained in:
		
						commit
						64988ad287
					
				|  | @ -431,7 +431,7 @@ EOF | ||||||
|     # design yet for propagating exit codes up to the service |     # design yet for propagating exit codes up to the service | ||||||
|     # container. |     # container. | ||||||
|     run_podman pod kill test_pod |     run_podman pod kill test_pod | ||||||
|     for i in {0..5}; do |     for i in {0..20}; do | ||||||
|         run systemctl is-active $service_name |         run systemctl is-active $service_name | ||||||
|         if [[ $output == "inactive" ]]; then |         if [[ $output == "inactive" ]]; then | ||||||
|             break |             break | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue