mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
build: increase timeout for run-api-tests.exp
This commit is contained in:
parent
796ea333d4
commit
72907c34f4
@ -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] " "]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user