mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
test: unreliable test "messages &messagesopt wait" #31548
This commit is contained in:
parent
6bf2a6fc5b
commit
df367cf91c
@ -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([[
|
||||
^ |
|
||||
|
Loading…
Reference in New Issue
Block a user