From 5fde1fb884b42eeaf29aac1524e7ea11a92a98d9 Mon Sep 17 00:00:00 2001 From: Dayoung Lee Date: Tue, 17 Oct 2023 17:01:19 +0900 Subject: [PATCH] Alter mocha timeout ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee --- src/Tests/index.ts | 1 + 1 file changed, 1 insertion(+) 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);