Sleep to fix Travis builds

This commit is contained in:
w0rp 2017-05-06 23:33:38 +01:00
parent a9c5e14fc9
commit 673e36b2ef
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ Given foobar (Some imaginary filetype):
Execute(ALE should be able to read the %t file):
AssertEqual 'foobar', &filetype
" Sleep a little so the test passes more.
sleep 100ms
call ale#Lint()
call ale#engine#WaitForJobs(2000)