Add a pause for the command chain test

This commit is contained in:
w0rp 2017-03-27 13:46:48 +01:00
parent cd82740ade
commit a1be697a02
1 changed files with 2 additions and 0 deletions

View File

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