test: buffer_updates: 10s timeout

This commit is contained in:
Justin M. Keyes
2018-07-01 16:35:35 +02:00
parent ef9ef75a7b
commit 60ef7889a2

View File

@@ -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.