Skip to content

Commit 119ea92

Browse files
alexander-fensterstephenplusplus
authored andcommitted
chore: timeout for system test (#194)
1 parent b887c4c commit 119ea92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint": "repo-tools lint --cmd eslint -- src/ system-test/ test/ conformance/",
4646
"prettier": "repo-tools exec -- prettier --write src/*.js src/**/*.js test/*.js test/**/*.js system-test/*.js system-test/**/*.js conformance/*.js conformance/**/*.js",
4747
"publish-module": "node ../../scripts/publish.js firestore",
48-
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",
48+
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000",
4949
"conformance": "repo-tools test run --cmd mocha -- conformance/*.js --no-timeouts",
5050
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",
5151
"test": "repo-tools test run --cmd npm -- run cover"

0 commit comments

Comments
 (0)