diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 856cfb15138..ed2cf575bfe 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -44,7 +44,7 @@ jobs: - name: Build Tests uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison - timeout-minutes: 20 + timeout-minutes: 10 with: pipeline-step: "build" build-concurrency: "32" @@ -56,13 +56,13 @@ jobs: - name: Run Tests uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison - timeout-minutes: 20 + timeout-minutes: 15 env: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" - run-concurrency: "16" - collect-coverage: "true" + run-concurrency: "24" + # collect-coverage: "true" test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }} github-token: ${{ secrets.GITHUB_TOKEN }}