diff --git a/yarn-project/end-to-end/bootstrap.sh b/yarn-project/end-to-end/bootstrap.sh index 9f806e484a39..8f9f956e2ed6 100755 --- a/yarn-project/end-to-end/bootstrap.sh +++ b/yarn-project/end-to-end/bootstrap.sh @@ -10,7 +10,7 @@ function test_cmds { local prefix="$hash $run_test_script" if [ "$CI_FULL" -eq 1 ]; then - echo "$hash timeout -v 900s bash -c 'CPUS=16 MEM=96g $run_test_script simple e2e_prover/full real'" + echo "$hash timeout -v 900s bash -c 'CPUS=32 MEM=96g $run_test_script simple e2e_prover/full real'" else echo "$hash FAKE_PROOFS=1 $run_test_script simple e2e_prover/full fake" fi