diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-13 22:11:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 22:11:33 +0200 |
commit | dd21cd2a4d5f94d8a01d015359d9fae2837f0612 (patch) | |
tree | f885b3a2aa63906a3cfd7ad870beed4eb811ce6c /test/functional/eval/timer_spec.lua | |
parent | cc4d463cad6ccc81ca4803092be09cd27185d646 (diff) | |
download | rneovim-dd21cd2a4d5f94d8a01d015359d9fae2837f0612.tar.gz rneovim-dd21cd2a4d5f94d8a01d015359d9fae2837f0612.tar.bz2 rneovim-dd21cd2a4d5f94d8a01d015359d9fae2837f0612.zip |
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
Diffstat (limited to 'test/functional/eval/timer_spec.lua')
-rw-r--r-- | test/functional/eval/timer_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/timer_spec.lua b/test/functional/eval/timer_spec.lua index 14f3c29fb7..877ce2c529 100644 --- a/test/functional/eval/timer_spec.lua +++ b/test/functional/eval/timer_spec.lua @@ -225,7 +225,7 @@ describe('timers', function() {0:~ }| {0:~ }| :good^ | - ]], intermediate=true, timeout=200} + ]], intermediate=true, timeout=1000} eq(1, eval('g:val')) end) |