Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
pull/6000/head
Josh Dolitsky 6 years ago
parent 5d042a89d3
commit 05f7697625

@ -30,4 +30,4 @@ Suite Setup
Kind.cleanup all test clusters Kind.cleanup all test clusters
Suite Teardown Suite Teardown
Kind.cleanup all test clusters Kind.cleanup all test clusters

@ -1 +1 @@
__pycache__/ __pycache__/

@ -64,4 +64,4 @@ class Kind(common.CommandRunner):
if MAX_WAIT_KIND_POD_SECONDS <= seconds_waited: if MAX_WAIT_KIND_POD_SECONDS <= seconds_waited:
raise Exception('Max time ('+str(MAX_WAIT_KIND_POD_SECONDS)+') reached waiting for kube-system pods') raise Exception('Max time ('+str(MAX_WAIT_KIND_POD_SECONDS)+') reached waiting for kube-system pods')
time.sleep(KIND_POD_INTERVAL_SECONDS) time.sleep(KIND_POD_INTERVAL_SECONDS)
seconds_waited += KIND_POD_INTERVAL_SECONDS seconds_waited += KIND_POD_INTERVAL_SECONDS

Loading…
Cancel
Save