Skip to content

Commit

Permalink
chore: timeout for system test (#24)
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 aba289c commit 90eeed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.0",
Expand Down

0 comments on commit 90eeed9

Please sign in to comment.