Skip to content

Commit

Permalink
test(mocha): raise test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 27, 2024
1 parent 58d6ce1 commit 62e0ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node-option": ["loader=ts-node/esm"],
"timeout": 12000,
"timeout": 20000,
"require": "test/cli/root-hook-mocha.ts"
}

0 comments on commit 62e0ff6

Please sign in to comment.