Skip to content

Commit

Permalink
Update timeout for ui testing (take 2) (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 31, 2024
1 parent 0cf3f9e commit 5718c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_nav_playbook(
" ansible-navigator run site.yml"
f" --pp never --eei {infrastructure.navigator_ee}"
)
stdout = container_tmux.send_and_wait(cmd=cmd, wait_for="Successful", timeout=10)
stdout = container_tmux.send_and_wait(cmd=cmd, wait_for="Successful", timeout=15)
assert stdout[-1].endswith("Successful")


Expand Down

0 comments on commit 5718c34

Please sign in to comment.