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/run-api-tests.exp | |
| 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/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] " "] |
