Skip to content

Commit

Permalink
increase mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 12, 2025
1 parent 7ca6488 commit 34d883a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 120000
};
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Build Greenwood With: ', function() {
this.context = {
publicDir: path.join(outputPath, 'public')
};
runner = new Runner();
runner = new Runner(true);
});

describe(LABEL, function() {
Expand Down

0 comments on commit 34d883a

Please sign in to comment.