Add a pause for the command chain test
This commit is contained in:
parent
cd82740ade
commit
a1be697a02
@ -55,6 +55,8 @@ Given foobar (Some imaginary filetype):
|
|||||||
Execute(Check the results of running the chain):
|
Execute(Check the results of running the chain):
|
||||||
AssertEqual 'foobar', &filetype
|
AssertEqual 'foobar', &filetype
|
||||||
call ale#Lint()
|
call ale#Lint()
|
||||||
|
" Sleep a little. This allows the commands to complete a little better.
|
||||||
|
sleep 50m
|
||||||
call ale#engine#WaitForJobs(2000)
|
call ale#engine#WaitForJobs(2000)
|
||||||
|
|
||||||
Assert g:first_echo_called, 'The first chain item was not called'
|
Assert g:first_echo_called, 'The first chain item was not called'
|
||||||
|
Loading…
Reference in New Issue
Block a user