Skip to content

Commit

Permalink
[Test] Alter mocha timeout (#1714)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dayo09 authored Oct 17, 2023
1 parent 9a5d82e commit 3234fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export async function run(): Promise<void> {
ui: "tdd",
color: true,
fgrep: testFilter,
timeout: 10000,
};

const runner = new Mocha(mochaOpts);
Expand Down

0 comments on commit 3234fd6

Please sign in to comment.