Skip to content

Commit 06634d2

Browse files
Reset mocha timeouts to 5s
1 parent eccce95 commit 06634d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-database/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ kotlin {
106106
nodejs {
107107
testTask {
108108
useMocha {
109-
timeout = "15s"
109+
timeout = "5s"
110110
}
111111
}
112112
}
113113
browser {
114114
testTask {
115115
useMocha {
116-
timeout = "15s"
116+
timeout = "5s"
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)