File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 45
45
"lint" : " repo-tools lint --cmd eslint -- src/ system-test/ test/ conformance/" ,
46
46
"prettier" : " repo-tools exec -- prettier --write src/*.js src/**/*.js test/*.js test/**/*.js system-test/*.js system-test/**/*.js conformance/*.js conformance/**/*.js" ,
47
47
"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 " ,
49
49
"conformance" : " repo-tools test run --cmd mocha -- conformance/*.js --no-timeouts" ,
50
50
"test-no-cover" : " repo-tools test run --cmd mocha -- test/*.js --no-timeouts" ,
51
51
"test" : " repo-tools test run --cmd npm -- run cover"
You can’t perform that action at this time.
0 commit comments