Skip to content

Commit 5ca43e2

Browse files
alexander-fensterstephenplusplus
authored andcommitted
chore: timeout for system test (#37)
1 parent 36cbe69 commit 5ca43e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-videointelligence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint": "repo-tools lint --cmd eslint -- src/ samples/ test/",
5050
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js",
5151
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
52-
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",
52+
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000",
5353
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",
5454
"test": "repo-tools test run --cmd npm -- run cover"
5555
},

0 commit comments

Comments
 (0)