aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-17 09:21:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-11-17 09:54:03 +0800
commit0b0df9f5d7035a3ce90ea5c1bbd7737293a26414 (patch)
treeb8bc688a03f2d098b8c681792db5365cda77a2f7
parent1274380029313d820c9a0c28d10d606ddb27aacd (diff)
downloadrneovim-0b0df9f5d7035a3ce90ea5c1bbd7737293a26414.tar.gz
rneovim-0b0df9f5d7035a3ce90ea5c1bbd7737293a26414.tar.bz2
rneovim-0b0df9f5d7035a3ce90ea5c1bbd7737293a26414.zip
vim-patch:9.0.1868: test_crash still fails for circle ci
Problem: test_crash still fails for circle ci Solution: give even more time to complete https://github.com/vim/vim/commit/59adcb4c203371258c72e76011da93eac8540317 Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--test/old/testdir/test_crash.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim
index 8c79d3abd6..781f810ef7 100644
--- a/test/old/testdir/test_crash.vim
+++ b/test/old/testdir/test_crash.vim
@@ -55,7 +55,7 @@ func Test_crash1()
\ ' && echo "crash 6: [OK]" >> X_crash1_result.txt' .. "\<cr>")
" clean up
call delete('X')
- call TermWait(buf, 1000)
+ call TermWait(buf, 3000)
" clean up
exe buf .. "bw!"