Stop the completion tests from failing randomly

This commit is contained in:
w0rp
2017-11-19 23:09:20 +00:00
parent cc04a7aaa0
commit 0cb8130d0e
2 changed files with 14 additions and 3 deletions

View File

@@ -41,6 +41,10 @@ After:
delfunction CheckCompletionCalled
" Stop any timers we left behind.
" This stops the tests from failing randomly.
call ale#completion#StopTimer()
runtime autoload/ale/completion.vim
runtime autoload/ale/lsp.vim