Skip to content

Commit 57f3a06

Browse files
committed
increase job parallel
1 parent df15ca2 commit 57f3a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"test-only": "mocha --timeout 1000000 -g",
15-
"test": "c8 mocha -p -j 4 test --timeout 1100000"
15+
"test": "c8 mocha -p -j 8 test --timeout 1100000"
1616
},
1717
"dependencies": {
1818
"@google-cloud/compute": "^4.0.0",

0 commit comments

Comments
 (0)