Skip to content

Commit

Permalink
test: Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 18, 2022
1 parent d98a600 commit 63a1090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tests/.mocharc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
require: "output/tests/hooks.js",
timeout: 60000,
// 1000 milliseconds = 1 second * 60 = 1 minute * 5 = 5 minutes
timeout: 1000 * 60 * 5,
};

0 comments on commit 63a1090

Please sign in to comment.