Skip to content

Commit

Permalink
update mocha timeout in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 8, 2025
1 parent 2cb9cca commit fa3acc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
timeout: 90000
timeout: 540000
};

0 comments on commit fa3acc0

Please sign in to comment.