mirror of https://github.com/dense-analysis/ale
Sleep to fix Travis builds
This commit is contained in:
parent
a9c5e14fc9
commit
673e36b2ef
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue