Skip to content

Commit

Permalink
chore: use 10 not 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Oct 22, 2024
1 parent b31c5ba commit 88c255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
- env:
TF_ACC: "1"
TEST_CLOUD: ${{ matrix.action-operator.cloud }}
run: go test -parallel 1 -timeout 40m -v -cover ./internal/provider/
run: go test -parallel 10 -timeout 40m -v -cover ./internal/provider/
timeout-minutes: 40

0 comments on commit 88c255c

Please sign in to comment.