Skip to content

Commit 7e4abdd

Browse files
authored
build: increase retries and timeout for flaky tests (#60)
* build: increase retries and timeout for flaky tests
1 parent 1fafd86 commit 7e4abdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-aiplatform/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"*.js"
1111
],
1212
"scripts": {
13-
"test": "mocha --timeout 600000 test/*.js"
13+
"test": "mocha --timeout 800000 test/*.js"
1414
},
1515
"dependencies": {
1616
"@google-cloud/aiplatform": "^1.3.0"

0 commit comments

Comments
 (0)