Skip to content

Commit 5718c34

Browse files
authored
Update timeout for ui testing (take 2) (#455)
1 parent 0cf3f9e commit 5718c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_nav_playbook(
268268
" ansible-navigator run site.yml"
269269
f" --pp never --eei {infrastructure.navigator_ee}"
270270
)
271-
stdout = container_tmux.send_and_wait(cmd=cmd, wait_for="Successful", timeout=10)
271+
stdout = container_tmux.send_and_wait(cmd=cmd, wait_for="Successful", timeout=15)
272272
assert stdout[-1].endswith("Successful")
273273

274274

0 commit comments

Comments
 (0)