aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/timer_spec.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-26 14:21:01 +0200
committerGitHub <noreply@github.com>2019-08-26 14:21:01 +0200
commit7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695 (patch)
tree9a522b2bcf0bf8fa15bf77fcc62359855ab2f327 /test/functional/eval/timer_spec.lua
parent6a21fe9fd16cfedc87b58064d09218e5c06ddd89 (diff)
downloadrneovim-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.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 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)