forked from aniani/vim
patch 9.0.1118: sporadic test failures when using a terminal window
Problem: Sporadic test failures when using a terminal window. Solution: Adjust waiting times. (James McCoy, closes #11763)
This commit is contained in:
committed by
Bram Moolenaar
parent
7b8db111e8
commit
dbe6ef1036
@@ -2393,7 +2393,6 @@ func Test_autocmd_user_clear_group()
|
||||
call term_sendkeys(buf, ":autocmd User\<CR>")
|
||||
call TermWait(buf, 50)
|
||||
call term_sendkeys(buf, "G")
|
||||
call TermWait(buf, 50)
|
||||
|
||||
call StopVimInTerminal(buf)
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user