Fix psalm options. Retry on some test failures

This commit is contained in:
w0rp
2020-08-29 16:31:47 +01:00
parent 7e0cdb53ec
commit f1ecc2e068
4 changed files with 62 additions and 30 deletions

View File

@@ -35,7 +35,7 @@ Before:
let g:ale_completion_delay = 0
" Run this check a few times, as it can fail randomly.
for g:i in range(has('nvim-0.3') || has('win32') ? 5 : 1)
for l:i in range(has('nvim-0.3') || has('win32') ? 5 : 1)
call ale#completion#Queue()
sleep 1m