Retry the smoke test on Windows too
This commit is contained in:
parent
a782e06223
commit
5155a35a80
1 changed files with 3 additions and 2 deletions
|
@ -151,8 +151,9 @@ Execute(Previous errors should be removed when linters change):
|
||||||
\ 'valid': 1,
|
\ 'valid': 1,
|
||||||
\}]
|
\}]
|
||||||
|
|
||||||
" Try the test a few times over in NeoVim 0.3, where tests fail randomly.
|
" Try the test a few times over in NeoVim 0.3 or Windows,
|
||||||
for g:i in range(has('nvim-0.3') ? 5 : 1)
|
" where tests fail randomly.
|
||||||
|
for g:i in range(has('nvim-0.3') || has('win32') ? 5 : 1)
|
||||||
call ale#Lint()
|
call ale#Lint()
|
||||||
call ale#engine#WaitForJobs(2000)
|
call ale#engine#WaitForJobs(2000)
|
||||||
|
|
||||||
|
|
Reference in a new issue