Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit bb98bac

Browse files
committed
modify timeout in monarch
1 parent 2a5b664 commit bb98bac

2 files changed

Lines changed: 1 addition & 52 deletions

File tree

.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const config = {
1515
"enable-source-maps": true,
1616
"throw-deprecation": true,
17-
"timeout": 1600000,
17+
"timeout": 10000,
1818
"recursive": true
1919
}
2020
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {

.vscode/launch.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)