We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2c9b54 + f0e91bd commit 8c456acCopy full SHA for 8c456ac
testsuite/openshift/config.py
@@ -58,7 +58,7 @@ def ports(self) -> dict[str, int]:
58
ports[listener["name"]] = listener["address"]["socket_address"]["port_value"]
59
return ports
60
61
- def wait_status(self, status: Status, timeout=30):
+ def wait_status(self, status: Status, timeout=60):
62
"""Waits until config has the expected status"""
63
with oc.timeout(timeout):
64
0 commit comments