mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
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`.
This commit is contained in:
@@ -243,7 +243,7 @@ describe('timers', function()
|
|||||||
{0:~ }|
|
{0:~ }|
|
||||||
{0:~ }|
|
{0:~ }|
|
||||||
:good^ |
|
:good^ |
|
||||||
]], intermediate=true, timeout=1000}
|
]], intermediate=true, timeout=load_adjust(200)}
|
||||||
|
|
||||||
eq(1, eval('g:val'))
|
eq(1, eval('g:val'))
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user