Skip to content

Commit 45d579a

Browse files
committed
test: increase wait time for CI
1 parent f5a147c commit 45d579a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_client.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ T["client()"]["manually detached buffer stays detached"] = function()
192192
end
193193
end
194194
195-
vim.wait(1000, function()
195+
vim.wait(5000, function()
196196
return has_passed()
197197
end, 50)
198198
@@ -280,7 +280,7 @@ T["client()"]["auto_trigger off - will attach automatically"] = function()
280280
end
281281
end
282282
283-
vim.wait(1000, function()
283+
vim.wait(5000, function()
284284
return has_passed()
285285
end, 50)
286286
@@ -306,7 +306,7 @@ T["client()"]["suggestion and panel off - will attach automatically"] = function
306306
end
307307
end
308308
309-
vim.wait(1000, function()
309+
vim.wait(5000, function()
310310
return has_passed()
311311
end, 50)
312312

0 commit comments

Comments
 (0)