Skip to content

Commit

Permalink
chore: timeout for system test (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored and stephenplusplus committed May 16, 2018
1 parent a6bfaf6 commit a37e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/ smoke-test/",
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js smoke-test/*.js",
"docs": "repo-tools exec -- jsdoc -c .jsdoc.js",
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js smoke-test/*.js --no-timeouts"
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js smoke-test/*.js --timeout 600000"
},
"dependencies": {
"google-gax": "^0.16.1",
Expand Down

0 comments on commit a37e3cb

Please sign in to comment.