test: nvim_buf_attach: reduce delay

This test is mostly a demo/reference for:
https://github.com/neovim/neovim/issues/8634#issuecomment-400940467
so let's not pay a 1s penalty.
This commit is contained in:
Justin M. Keyes
2018-07-02 20:47:28 +02:00
parent b4fcf02316
commit f65a751d82

View File

@@ -743,7 +743,7 @@ describe('API: buffer events:', function()
it('nvim_buf_attach returns response after delay #8634', function()
clear()
sleep(1000)
sleep(250)
-- response
eq(true, helpers.request('nvim_buf_attach', 0, false, {}))
-- notification