mirror of
https://github.com/dense-analysis/ale
synced 2024-12-22 14:13:12 +00:00
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):
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user