Skip to content

Commit 5b1cc3b

Browse files
ci: use more workers for hole-punch test suite
The flakiness has been resolved so we should be fine to run more tests in parallel. Pull-Request: #4728.
1 parent ddf26b9 commit 5b1cc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
s3-cache-bucket: libp2p-by-tf-aws-bootstrap
5454
s3-access-key-id: ${{ vars.TEST_PLANS_BUILD_CACHE_KEY_ID }}
5555
s3-secret-access-key: ${{ secrets.TEST_PLANS_BUILD_CACHE_KEY }}
56-
worker-count: 1
56+
worker-count: 16

0 commit comments

Comments
 (0)