Skip to content

Commit

Permalink
test: extend timeout (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswadedavis committed Feb 17, 2021
1 parent fd5e90a commit 401506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/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 401506a

Please sign in to comment.