Skip to content

Commit 4097460

Browse files
committed
Try raising timeout to something high
1 parent 7071613 commit 4097460

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

firebase-firestore/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ kotlin {
9595
useChromeHeadless()
9696
// Explicitly specify Mocha here since it seems to be throwing random errors otherwise
9797
useMocha {
98-
timeout = "15s"
98+
timeout = "180s"
9999
}
100100
}
101101
}
@@ -108,7 +108,7 @@ kotlin {
108108
useChromeHeadless()
109109
// Explicitly specify Mocha here since it seems to be throwing random errors otherwise
110110
useMocha {
111-
timeout = "15s"
111+
timeout = "180s"
112112
}
113113
}
114114
}

firebase-firestore/karma.config.d/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config.set({
33
client: {
44
mocha: {
5-
timeout: 5000
5+
timeout: 1800000
66
}
77
},
88
});

0 commit comments

Comments
 (0)