From d05cd07e534528b5cca4eac2adb052b3ac6b023f Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 14 May 2024 11:45:16 -0400 Subject: [PATCH] chore(ci): bump timeout of prover-client-test (#6394) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e198a745f2..59aeb83b195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,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 @@ -274,7 +274,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: