Skip to content

Commit

Permalink
ci: use more workers for hole-punch test suite
Browse files Browse the repository at this point in the history
The flakiness has been resolved so we should be fine to run more tests in parallel.

Pull-Request: #4728.
  • Loading branch information
thomaseizinger authored Oct 26, 2023
1 parent ddf26b9 commit 5b1cc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
s3-cache-bucket: libp2p-by-tf-aws-bootstrap
s3-access-key-id: ${{ vars.TEST_PLANS_BUILD_CACHE_KEY_ID }}
s3-secret-access-key: ${{ secrets.TEST_PLANS_BUILD_CACHE_KEY }}
worker-count: 1
worker-count: 16

0 comments on commit 5b1cc3b

Please sign in to comment.