Skip to content

Commit

Permalink
chore(ci): bump timeout of prover-client-test (#6394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored May 14, 2024
1 parent 713b243 commit d05cd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d05cd07

Please sign in to comment.