mirror of
https://github.com/neovim/neovim.git
synced 2026-01-31 00:54:30 +00:00
test: unreliable test "messages &messagesopt wait" #31548
This commit is contained in:
@@ -709,7 +709,7 @@ describe('messages', function()
|
||||
feed('<CR>')
|
||||
|
||||
-- Check no hit-enter prompt when "wait:" is set
|
||||
command('set messagesopt=wait:100,history:500')
|
||||
command('set messagesopt=wait:500,history:500')
|
||||
feed(":echo 'foo' | echo 'bar' | echo 'baz'\n")
|
||||
screen:expect({
|
||||
grid = [[
|
||||
@@ -720,7 +720,7 @@ describe('messages', function()
|
||||
bar |
|
||||
baz |
|
||||
]],
|
||||
timeout = 100,
|
||||
timeout = 500,
|
||||
})
|
||||
screen:expect([[
|
||||
^ |
|
||||
|
||||
Reference in New Issue
Block a user