summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-12 14:02:38 +0100
committerw0rp <devw0rp@gmail.com>2018-07-12 14:02:38 +0100
commitd22b9bf1a694aad94a8249457045149b8fce7255 (patch)
tree8fdae6490f597640ac5c449f4a0afe0a0475320e /test
parentac0abc7c1fb1150edc4359e1a86c2a22e95de71c (diff)
downloadale-d22b9bf1a694aad94a8249457045149b8fce7255.zip
Try to start the NeoVim 0.3 tests more times
Diffstat (limited to 'test')
-rwxr-xr-xtest/script/run-vader-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/run-vader-tests b/test/script/run-vader-tests
index 7a4e46b6..c8cdfde4 100755
--- a/test/script/run-vader-tests
+++ b/test/script/run-vader-tests
@@ -126,7 +126,7 @@ echo
tries=0
-while [ "$tries" -lt 3 ]; do
+while [ "$tries" -lt 5 ]; do
tries=$((tries + 1))
exit_code=0