Skip to content

Commit

Permalink
Update timeout for ui testing (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 30, 2024
1 parent 09cbb00 commit 0cf3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="")


Expand Down

0 comments on commit 0cf3f9e

Please sign in to comment.