diff --git a/src/Tests/index.ts b/src/Tests/index.ts index ee0cd78c..88115f5b 100644 --- a/src/Tests/index.ts +++ b/src/Tests/index.ts @@ -98,6 +98,7 @@ export async function run(): Promise { ui: "tdd", color: true, fgrep: testFilter, + timeout: 10000, }; const runner = new Mocha(mochaOpts);