diff --git a/tests/post/steps/test_dns.py b/tests/post/steps/test_dns.py index 1ba284bdac..8a93f2b632 100644 --- a/tests/post/steps/test_dns.py +++ b/tests/post/steps/test_dns.py @@ -31,7 +31,7 @@ def utils_pod(k8s_client, utils_image): k8s_client, name=pod_name, namespace="default", state="Running" ), times=10, - wait=5, + wait=12, name="wait for Pod '{}'".format(pod_name), )