Skip to content

Commit

Permalink
test: extend timeout (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswadedavis authored and pattishin committed Nov 22, 2022
1 parent da43ff3 commit af72ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"*.js"
],
"scripts": {
"test": "mocha --timeout 800000 test/*.js"
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^1.4.0",
Expand Down

0 comments on commit af72ed6

Please sign in to comment.