test: unreliable test "messages &messagesopt wait" #31548

This commit is contained in:
Shougo 2024-12-17 21:19:55 +09:00 committed by GitHub
parent 6bf2a6fc5b
commit df367cf91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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([[
^ |