Skip to content

Commit ac01005

Browse files
committed
test: refactors
1 parent e7bfbfb commit ac01005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_client.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ end
235235

236236
T["client()"]["auto_trigger off - will attach when requesting suggestion"] = function()
237237
child.configure_copilot()
238-
child.cmd("e test.txt")
239238
child.type_keys("i", "<M-l>", "<Esc>")
240239
child.cmd("Copilot status")
241240

@@ -248,7 +247,7 @@ T["client()"]["auto_trigger off - will attach when requesting suggestion"] = fun
248247
end
249248
end
250249
251-
vim.wait(1000, function()
250+
vim.wait(5000, function()
252251
return has_passed()
253252
end, 50)
254253

0 commit comments

Comments
 (0)