Skip to content

Commit f0e91bd

Browse files
committed
Wait timeout for expected config status increase
1 parent d2c9b54 commit f0e91bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/openshift/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def ports(self) -> dict[str, int]:
5858
ports[listener["name"]] = listener["address"]["socket_address"]["port_value"]
5959
return ports
6060

61-
def wait_status(self, status: Status, timeout=30):
61+
def wait_status(self, status: Status, timeout=60):
6262
"""Waits until config has the expected status"""
6363
with oc.timeout(timeout):
6464

0 commit comments

Comments
 (0)