Skip to content

Commit

Permalink
test: increase sample test timeout (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed May 19, 2022
1 parent 57b43fc commit 6ab1db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repository": "googleapis/nodejs-asset",
"private": true,
"scripts": {
"test": "mocha --timeout 360000"
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/asset": "^3.23.1",
Expand Down

0 comments on commit 6ab1db0

Please sign in to comment.