mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: increase timeout with "timers doesn't mess up the cmdline" (#10212)
This might be required on (slower) CI. [ RUN ] timers doesn't mess up the cmdline: ERR test/functional/ui/screen.lua:562: expected intermediate screen state before final screen state stack traceback: test/functional/ui/screen.lua:562: in function '_wait' test/functional/ui/screen.lua:366: in function 'expect' .../build/neovim/neovim/test/functional/eval/timer_spec.lua:221: in function <.../build/neovim/neovim/test/functional/eval/timer_spec.lua:199> Ref: https://travis-ci.org/neovim/neovim/jobs/544974506#L3861
This commit is contained in:
parent
cc4d463cad
commit
dd21cd2a4d
@ -225,7 +225,7 @@ describe('timers', function()
|
|||||||
{0:~ }|
|
{0:~ }|
|
||||||
{0:~ }|
|
{0:~ }|
|
||||||
:good^ |
|
:good^ |
|
||||||
]], intermediate=true, timeout=200}
|
]], intermediate=true, timeout=1000}
|
||||||
|
|
||||||
eq(1, eval('g:val'))
|
eq(1, eval('g:val'))
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user