From a1be697a028eada1af023c48d326456e4afdf104 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 27 Mar 2017 13:46:48 +0100 Subject: [PATCH] Add a pause for the command chain test --- test/test_command_chain.vader | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_command_chain.vader b/test/test_command_chain.vader index 96c07e7..7b5e83c 100644 --- a/test/test_command_chain.vader +++ b/test/test_command_chain.vader @@ -55,6 +55,8 @@ Given foobar (Some imaginary filetype): Execute(Check the results of running the chain): AssertEqual 'foobar', &filetype call ale#Lint() + " Sleep a little. This allows the commands to complete a little better. + sleep 50m call ale#engine#WaitForJobs(2000) Assert g:first_echo_called, 'The first chain item was not called'