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:
Daniel Hahler 2019-06-13 22:11:33 +02:00 committed by GitHub
parent cc4d463cad
commit dd21cd2a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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