Skip to content

Commit

Permalink
Merge pull request #4 from trepel/timeout-increase
Browse files Browse the repository at this point in the history
Wait timeout for expected config status increase
  • Loading branch information
pehala authored Jan 25, 2024
2 parents d2c9b54 + f0e91bd commit 8c456ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/openshift/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def ports(self) -> dict[str, int]:
ports[listener["name"]] = listener["address"]["socket_address"]["port_value"]
return ports

def wait_status(self, status: Status, timeout=30):
def wait_status(self, status: Status, timeout=60):
"""Waits until config has the expected status"""
with oc.timeout(timeout):

Expand Down

0 comments on commit 8c456ac

Please sign in to comment.