Skip to content

Commit 525d9bf

Browse files
Reduced time limit for tests to 60000
1 parent c2448ec commit 525d9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-armor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=16.0.0"
1212
},
1313
"scripts": {
14-
"test": "c8 mocha -p -j 2 --recursive test/ --timeout=800000"
14+
"test": "c8 mocha -p -j 2 --recursive test/ --timeout=60000"
1515
},
1616
"dependencies": {
1717
"@google-cloud/modelarmor": "^0.1.0"

0 commit comments

Comments
 (0)