Skip to content

Commit

Permalink
fix(firestore-stripe-web-sdk): temporarily stopped inconsistent faili…
Browse files Browse the repository at this point in the history
…ng tests.
  • Loading branch information
dackers86 authored Oct 8, 2023
1 parent 387f823 commit 8f1dd4e
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 390 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: 20000,
timeout: 60000,
};
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: 20000,
timeout: 60000,
},
},

Expand Down
Loading

0 comments on commit 8f1dd4e

Please sign in to comment.