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:
Daniel Hahler
2019-08-26 14:21:01 +02:00
committed by GitHub
parent 6a21fe9fd1
commit 7d56c90dff

View File

@@ -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)