diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a097d4b70fe7..2a387b7f54c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: concurrency_key: bb-native-tests-${{ github.event.pull_request.user.login || github.actor }}-x86 - name: "Native Prover Tests" working-directory: ./barretenberg/cpp/ - timeout-minutes: 25 + timeout-minutes: 35 # limit our parallelism to half our cores run: earthly-ci --no-output +test --hardware_concurrency=64 @@ -273,7 +273,7 @@ jobs: with: concurrency_key: prover-client-test-${{ github.actor }}-x86 - name: "Prover Client Tests" - timeout-minutes: 25 + timeout-minutes: 35 run: earthly-ci --no-output ./yarn-project/+prover-client-test build-acir-tests: