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

59adcb4c20

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2023-11-17 09:21:54 +08:00
parent 1274380029
commit 0b0df9f5d7

View File

@@ -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!"