diff --git a/testsuite/openshift/config.py b/testsuite/openshift/config.py index f8b2a28..5f458a9 100644 --- a/testsuite/openshift/config.py +++ b/testsuite/openshift/config.py @@ -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):