mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: reduce flakiness in blocking wait tests (#32868)
This commit is contained in:
@@ -944,7 +944,13 @@ describe('jobs', function()
|
||||
echon "\nccc"
|
||||
endfunc
|
||||
]])
|
||||
feed_command('call PrintAndWait()')
|
||||
feed(':call PrintAndWait()')
|
||||
screen:expect([[
|
||||
|
|
||||
{1:~ }|*4
|
||||
:call PrintAndWait()^ |
|
||||
]])
|
||||
feed('<CR>')
|
||||
screen:expect {
|
||||
grid = [[
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user