Skip to content

Commit

Permalink
tests: wait a bit longer for the DNS utils Pod to run
Browse files Browse the repository at this point in the history
This times out frequently in CI. Increasing the timeout a bit... (until
hopefully one day CI isn't as slow to get things done).
  • Loading branch information
NicolasT committed Mar 29, 2021
1 parent 43aa98e commit 75235b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/post/steps/test_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)

Expand Down

0 comments on commit 75235b5

Please sign in to comment.