aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/messages_spec.lua
diff options
context:
space:
mode:
authorShougo <Shougo.Matsu@gmail.com>2024-12-17 21:19:55 +0900
committerGitHub <noreply@github.com>2024-12-17 04:19:55 -0800
commitdf367cf91cdd805d907f758cb295c6b36fe39480 (patch)
tree14e73fd5f987a981fcb950d12d97455f83859a32 /test/functional/legacy/messages_spec.lua
parent6bf2a6fc5bb395b67c88cb26d332f882a106c7ab (diff)
downloadrneovim-df367cf91cdd805d907f758cb295c6b36fe39480.tar.gz
rneovim-df367cf91cdd805d907f758cb295c6b36fe39480.tar.bz2
rneovim-df367cf91cdd805d907f758cb295c6b36fe39480.zip
test: unreliable test "messages &messagesopt wait" #31548
Diffstat (limited to 'test/functional/legacy/messages_spec.lua')
-rw-r--r--test/functional/legacy/messages_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/messages_spec.lua b/test/functional/legacy/messages_spec.lua
index 063bd05618..adf75c2836 100644
--- a/test/functional/legacy/messages_spec.lua
+++ b/test/functional/legacy/messages_spec.lua
@@ -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([[
^ |