Skip to content

Commit

Permalink
tests: add timeout typescript test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfla1-mxm committed Aug 9, 2024
1 parent dd15719 commit c1dc647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ import * as avvio from "../../";
const server = { hello: "world" };
const options = {
autostart: false,
expose: { after: "after", ready: "ready", use: "use", close: "close", onClose : "onClose" }
expose: { after: "after", ready: "ready", use: "use", close: "close", onClose : "onClose" },
timeout: 50000
};
// avvio with server and options
const app = avvio(server, options);
Expand Down

0 comments on commit c1dc647

Please sign in to comment.