We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2d1e2 commit 6e65b8aCopy full SHA for 6e65b8a
firebase-firestore/karma.config.d/karma.conf.js
@@ -0,0 +1,8 @@
1
+// Some tests are fluky in GitHub Actions, so we increase the timeout.
2
+config.set({
3
+ client: {
4
+ mocha: {
5
+ timeout: 5000
6
+ }
7
+ },
8
+});
0 commit comments