Skip to content

Commit

Permalink
fix: increase default number of proving agents
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed May 3, 2024
1 parent 58b56c8 commit 4038202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ E2E_COMPOSE_TEST:
ARG compose_file=./scripts/docker-compose.yml
ARG debug="aztec:*"
ARG EARTHLY_TARGET_NAME
ARG prover_agents=10
LOCALLY
ENV TEST=$test
ENV DEBUG=$debug
ENV PROVER_AGENTS=$prover_agents
LET project_name=$(echo $test | sed 's/\./_/g')
IF docker compose > /dev/null 2>&1
LET CMD="docker compose"
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/prover-client/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function getProverEnvVars(): ProverConfig {
ACVM_BINARY_PATH = '',
BB_WORKING_DIRECTORY = tmpdir(),
BB_BINARY_PATH = '',
PROVER_AGENTS = '10',
PROVER_AGENTS = '1',
PROVER_REAL_PROOFS = '',
} = process.env;

Expand Down

0 comments on commit 4038202

Please sign in to comment.