diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 8e816ec8..c48a77dd 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -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