mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
e4ba5df7c7
commit
59adcb4c20
@ -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!"
|
||||
|
@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1868,
|
||||
/**/
|
||||
1867,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user