Skip to content

Commit

Permalink
int sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Mar 12, 2024
1 parent 8307482 commit b8cc877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/test_connector_flows.py
Expand Up @@ -187,7 +187,7 @@ def test_connector_flows_pod_gone_while_operator_down(run_kopf, ci_run_number):
kubectl_delete(f"pod/{connector_name}")

# run operator again
with run_kopf(sleep_at_start=5):
with run_kopf(sleep_at_start=10):
# pod was recreated
pod = kubectl_get("pod", connector_name)
assert pod["status"]["phase"] in ("Running", "Pending")
Expand Down

0 comments on commit b8cc877

Please sign in to comment.