Skip to content

Commit

Permalink
WIP: plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly committed Jul 10, 2024
1 parent 72514f6 commit 10b283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/denops/runtime/functions/plugin_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ testHost({
outputs = [];
await host.call("execute", [
"let g:denops#_internal#wait#timeout = 500",
"call denops#plugin#wait('notexistsplugin', {'timeout': 550})",
"call denops#plugin#wait('notexistsplugin', {'timeout': 1000})",
], "");

await t.step("outputs an warning message", async () => {
Expand Down

0 comments on commit 10b283e

Please sign in to comment.