diff options
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] " "] |