Skip to content

Commit

Permalink
change retry params ingress test
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jul 4, 2024
1 parent fd67ae9 commit a87d960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def check_ingress_service_and_port(p):

def test_ingress(session_instance: List[harness.Instance]):

result = util.stubbornly(retries=5, delay_s=2).on(session_instance).until(
result = util.stubbornly(retries=7, delay_s=3).on(session_instance).until(
lambda p: check_ingress_service_and_port(p) is not None
).exec(["k8s", "kubectl", "get", "service", "-A", "-o", "json"])

Expand Down

0 comments on commit a87d960

Please sign in to comment.