From 7d56c90dff7ec69fc7b27c7bfde8f6c8c9f81695 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 26 Aug 2019 14:21:01 +0200 Subject: 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`. --- test/functional/eval/timer_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit