We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff0e74 commit ec70973Copy full SHA for ec70973
1 file changed
packages/google-cloud-videointelligence/samples/package.json
@@ -13,8 +13,7 @@
13
"node": ">=8"
14
},
15
"scripts": {
16
- "cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
17
- "test": "ava -T 10m --serial --verbose system-test/*.test.js"
+ "test": "mocha system-test/*.test.js --timeout=600000"
18
19
"dependencies": {
20
"@google-cloud/video-intelligence": "^1.5.0",
0 commit comments