Skip to content

Commit

Permalink
build: increase retries and timeout for flaky tests (#60)
Browse files Browse the repository at this point in the history
* build: increase retries and timeout for flaky tests
  • Loading branch information
sofisl authored Jan 19, 2021
1 parent 1fafd86 commit 7e4abdd
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 600000 test/*.js"
"test": "mocha --timeout 800000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^1.3.0"
Expand Down

0 comments on commit 7e4abdd

Please sign in to comment.