From 10f3c3a73bf2ae92598ea364e4f3cc4c71d774c4 Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 14 May 2024 11:04:46 -0400 Subject: [PATCH 1/2] chore(ci): bump timeout of prover-client-test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a097d4b70fe..93f7d263fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: From 14437210e2fd3b0fcec40a6a8f1cc4008ca597ce Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 14 May 2024 11:05:50 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93f7d263fbb..2a387b7f54c 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