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

View File

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