diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-18 11:28:09 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-18 11:36:07 -0300 |
commit | 72907c34f47ade2ddd9e8565c12dc8e1eebe0730 (patch) | |
tree | 8e8a4455987ffbd124959478d64cb0eab0d5dc52 | |
parent | 796ea333d4d2f4b129b97dc8d975563a130fe7a8 (diff) | |
download | rneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.tar.gz rneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.tar.bz2 rneovim-72907c34f47ade2ddd9e8565c12dc8e1eebe0730.zip |
build: increase timeout for run-api-tests.exp
-rwxr-xr-x | scripts/run-api-tests.exp | 2 |
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] " "] |