We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cbe69 commit 5ca43e2Copy full SHA for 5ca43e2
1 file changed
packages/google-cloud-videointelligence/package.json
@@ -49,7 +49,7 @@
49
"lint": "repo-tools lint --cmd eslint -- src/ samples/ test/",
50
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js",
51
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
52
- "system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",
+ "system-test": "repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000",
53
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",
54
"test": "repo-tools test run --cmd npm -- run cover"
55
},
0 commit comments