mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 09:07:15 +00:00
test: buffer_updates: 10s timeout
This commit is contained in:
@@ -482,7 +482,7 @@ describe('API: buffer events:', function()
|
||||
|
||||
local function wantn(sessionid, name, args)
|
||||
local session = sessions[sessionid]
|
||||
eq({'notification', name, args}, session:next_message())
|
||||
eq({'notification', name, args}, session:next_message(10000))
|
||||
end
|
||||
|
||||
-- Edit a new file, but don't enable buffer events.
|
||||
|
||||
Reference in New Issue
Block a user