We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6c80d commit 80ba0a0Copy full SHA for 80ba0a0
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Cloud Firestore emulator testing",
5
"scripts": {
6
"format": "prettier --write **/*.js",
7
- "test": "mocha --exit"
+ "test": "mocha --exit --timeout 10000"
8
},
9
"devDependencies": {
10
"@firebase/testing": "^0.10.1",
0 commit comments