mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Try to start the NeoVim 0.3 tests more times
This commit is contained in:
@@ -126,7 +126,7 @@ echo
|
||||
|
||||
tries=0
|
||||
|
||||
while [ "$tries" -lt 3 ]; do
|
||||
while [ "$tries" -lt 5 ]; do
|
||||
tries=$((tries + 1))
|
||||
|
||||
exit_code=0
|
||||
|
||||
Reference in New Issue
Block a user