Skip to content

Commit

Permalink
Raise timeout to hopefully fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Sep 25, 2023
1 parent 5d2728a commit 3f1b973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firebase-auth/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config.set({
client: {
mocha: {
timeout: 5000
timeout: 10000
}
},
});
2 changes: 1 addition & 1 deletion firebase-database/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config.set({
client: {
mocha: {
timeout: 5000
timeout: 10000
}
},
});
2 changes: 1 addition & 1 deletion firebase-firestore/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config.set({
client: {
mocha: {
timeout: 5000
timeout: 10000
}
},
});

0 comments on commit 3f1b973

Please sign in to comment.