We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a147c commit 45d579aCopy full SHA for 45d579a
tests/test_client.lua
@@ -192,7 +192,7 @@ T["client()"]["manually detached buffer stays detached"] = function()
192
end
193
194
195
- vim.wait(1000, function()
+ vim.wait(5000, function()
196
return has_passed()
197
end, 50)
198
@@ -280,7 +280,7 @@ T["client()"]["auto_trigger off - will attach automatically"] = function()
280
281
282
283
284
285
286
@@ -306,7 +306,7 @@ T["client()"]["suggestion and panel off - will attach automatically"] = function
306
307
308
309
310
311
312
0 commit comments