diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-18 12:16:53 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-18 12:16:53 -0300 |
commit | 090870ca047dee8d136f863ba742922fc265d6f4 (patch) | |
tree | 28b5852d5c6ed9ebc415209d9c42bafa651b53b3 /scripts | |
parent | d199d18159c624844c9c8052d1a98b91084fb803 (diff) | |
parent | a7d027c8ab289d76eda91b6afe3be63a165d4adf (diff) | |
download | rneovim-090870ca047dee8d136f863ba742922fc265d6f4.tar.gz rneovim-090870ca047dee8d136f863ba742922fc265d6f4.tar.bz2 rneovim-090870ca047dee8d136f863ba742922fc265d6f4.zip |
Merge PR #853
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/msgpack-gen.lua | 2 | ||||
-rwxr-xr-x | scripts/run-api-tests.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/msgpack-gen.lua b/scripts/msgpack-gen.lua index c8a09c8e96..e7d5d5a503 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -186,7 +186,7 @@ for i = 1, #api.functions do if #args > 0 then output:write('channel_id, '..call_args) else - output:write('channel_id)') + output:write('channel_id') end else output:write(call_args) 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] " "] |