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:
Daniel Hahler
2019-07-02 19:31:36 +02:00
committed by GitHub
parent 66f7e8e8e6
commit 1c45ba462b

View File

@@ -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] |