Skip to content

Commit

Permalink
modify timeout in monarch
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Dec 13, 2023
1 parent 2a5b664 commit bb98bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 1600000,
"timeout": 10000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
Expand Down
51 changes: 0 additions & 51 deletions .vscode/launch.json

This file was deleted.

0 comments on commit bb98bac

Please sign in to comment.