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 7071613 commit 4097460Copy full SHA for 4097460
firebase-firestore/build.gradle.kts
@@ -95,7 +95,7 @@ kotlin {
95
useChromeHeadless()
96
// Explicitly specify Mocha here since it seems to be throwing random errors otherwise
97
useMocha {
98
- timeout = "15s"
+ timeout = "180s"
99
}
100
101
@@ -108,7 +108,7 @@ kotlin {
108
109
110
111
112
113
114
firebase-firestore/karma.config.d/karma.conf.js
@@ -2,7 +2,7 @@
2
config.set({
3
client: {
4
mocha: {
5
- timeout: 5000
+ timeout: 1800000
6
7
},
8
});
0 commit comments