Try to start the NeoVim 0.3 tests more times

This commit is contained in:
w0rp 2018-07-12 14:02:38 +01:00
parent ac0abc7c1f
commit d22b9bf1a6
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ echo
tries=0
while [ "$tries" -lt 3 ]; do
while [ "$tries" -lt 5 ]; do
tries=$((tries + 1))
exit_code=0