Skip to content

Commit

Permalink
Alter mocha timeout
Browse files Browse the repository at this point in the history
ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee <dayoung.lee@samsung.com>
  • Loading branch information
dayo09 committed Oct 17, 2023
1 parent 6cbef71 commit 5fde1fb
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 5fde1fb

Please sign in to comment.