Skip to content

Commit

Permalink
Trigger Build
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 committed Oct 7, 2023
1 parent b80c128 commit 10f22e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firestore-stripe-web-sdk/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module.exports = {
require: ["ts-node/register", "jsdom-global/register"],
timeout: 5000,
timeout: 20000,
};
2 changes: 1 addition & 1 deletion firestore-stripe-web-sdk/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config = {

client: {
mocha: {
timeout: 5000,
timeout: 20000,
},
},

Expand Down

0 comments on commit 10f22e8

Please sign in to comment.