diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index d8872343..fef9fff3 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -90,7 +90,7 @@ def send_and_wait(self, cmd: str, wait_for: str, timeout: float = 3.0) -> list[s def exit(self) -> None: """Exit the tmux session.""" if any("ansible-navigator" in cmd for cmd in self.cmds): - self.send_and_wait(cmd=":q", wait_for="workdir") + self.send_and_wait(cmd=":q", wait_for="workdir", timeout=6) self.send_and_wait(cmd="exit", wait_for="")