aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/timer_spec.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-06-13 22:11:33 +0200
committerGitHub <noreply@github.com>2019-06-13 22:11:33 +0200
commitdd21cd2a4d5f94d8a01d015359d9fae2837f0612 (patch)
treef885b3a2aa63906a3cfd7ad870beed4eb811ce6c /test/functional/eval/timer_spec.lua
parentcc4d463cad6ccc81ca4803092be09cd27185d646 (diff)
downloadrneovim-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.lua2
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)