Skip to content

Commit 0cf3f9e

Browse files
authored
Update timeout for ui testing (#453)
1 parent 09cbb00 commit 0cf3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def send_and_wait(self, cmd: str, wait_for: str, timeout: float = 3.0) -> list[s
9090
def exit(self) -> None:
9191
"""Exit the tmux session."""
9292
if any("ansible-navigator" in cmd for cmd in self.cmds):
93-
self.send_and_wait(cmd=":q", wait_for="workdir")
93+
self.send_and_wait(cmd=":q", wait_for="workdir", timeout=6)
9494
self.send_and_wait(cmd="exit", wait_for="")
9595

9696

0 commit comments

Comments
 (0)