Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Mar 12, 2024
1 parent 536f496 commit b15d719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_integration/test_connector_flows.py
Expand Up @@ -188,6 +188,7 @@ def test_connector_flows_pod_gone_while_operator_down(run_kopf, ci_run_number):

# run operator again
with run_kopf():
time.sleep(5)
# pod was recreated
pod = kubectl_get("pod", connector_name)
assert pod["status"]["phase"] == "Running"
Expand Down

0 comments on commit b15d719

Please sign in to comment.