aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-06-18 11:28:09 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-06-18 11:36:07 -0300
commit72907c34f47ade2ddd9e8565c12dc8e1eebe0730 (patch)
tree8e8a4455987ffbd124959478d64cb0eab0d5dc52
parent796ea333d4d2f4b129b97dc8d975563a130fe7a8 (diff)
downloadrneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.tar.gz
rneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.tar.bz2
rneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.zip
build: increase timeout for run-api-tests.exp
-rwxr-xr-xscripts/run-api-tests.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp
index 0cfa512626..a1b7d68644 100755
--- a/scripts/run-api-tests.exp
+++ b/scripts/run-api-tests.exp
@@ -5,7 +5,7 @@ if {$argc < 2} {
exit 1
}
-set timeout 10
+set timeout 60
set run_tests [split [lindex $argv 0] " "]
set run_nvim [split [lindex $argv 1] " "]