mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
tests: fix flaky "terminal (with fake shell) with not arguments …" (#10401)
`retry()` would only try it three times (waiting for 20ms in between), despite the large timeout. Fixes https://github.com/neovim/neovim/issues/10265.
This commit is contained in:
@@ -137,7 +137,7 @@ describe(':terminal (with fake shell)', function()
|
||||
|
||||
it('with no argument, acts like termopen()', function()
|
||||
terminal_with_fake_shell()
|
||||
retry(3, 4 * screen.timeout, function()
|
||||
retry(nil, 4 * screen.timeout, function()
|
||||
screen:expect([[
|
||||
^ready $ |
|
||||
[Process exited 0] |
|
||||
|
||||
Reference in New Issue
Block a user