diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-26 14:21:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 14:21:01 +0200 |
commit | 7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695 (patch) | |
tree | 9a522b2bcf0bf8fa15bf77fcc62359855ab2f327 /test/functional/eval/timer_spec.lua | |
parent | 6a21fe9fd16cfedc87b58064d09218e5c06ddd89 (diff) | |
download | rneovim-7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695.tar.gz rneovim-7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695.tar.bz2 rneovim-7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695.zip |
timer_spec: shorter timeout with "doesn't mess up the cmdline" (#10769)
It was increased in dd21cd2a4 to avoid flakiness, but takes 1s then always.
This specifies a shorter timeout again, uisng `load_adjust`.
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 5c5b1b42cb..26ed42eac4 100644 --- a/test/functional/eval/timer_spec.lua +++ b/test/functional/eval/timer_spec.lua @@ -243,7 +243,7 @@ describe('timers', function() {0:~ }| {0:~ }| :good^ | - ]], intermediate=true, timeout=1000} + ]], intermediate=true, timeout=load_adjust(200)} eq(1, eval('g:val')) end) |