Skip to content

Commit 3234fd6

Browse files
authored
[Test] Alter mocha timeout (#1714)
This commit alter mocha timeout from 2000(default) to 10000 ms. It's to prevent timeout failure during test. ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee <[email protected]>
1 parent 9a5d82e commit 3234fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export async function run(): Promise<void> {
9898
ui: "tdd",
9999
color: true,
100100
fgrep: testFilter,
101+
timeout: 10000,
101102
};
102103

103104
const runner = new Mocha(mochaOpts);

0 commit comments

Comments
 (0)