Skip to content

Commit

Permalink
increase timeout to 4 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelet committed Jan 24, 2024
1 parent 9d812e4 commit df8be7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
exit: true,
reporter: 'spec',
slow: 75,
timeout: 2000,
timeout: 4000,
ui: 'bdd',
spec: 'test/**/**/*.test.js'
};
2 changes: 1 addition & 1 deletion test/integration/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
exit: true,
reporter: 'spec',
slow: 75,
timeout: 2000,
timeout: 4000,
ui: 'bdd',
spec: 'test/integration/**/*.test.js'
};

0 comments on commit df8be7e

Please sign in to comment.