Skip to content

Commit 2e93e6c

Browse files
author
danielntmd
committed
chore(fix): fix low proving output by bumping prover count
- also revert offset changes - bump up ethdevnet k8 provisioning timeout
1 parent c45c72b commit 2e93e6c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

spartan/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function network_test_cmds {
7777
local run_test_script="yarn-project/end-to-end/scripts/run_test.sh"
7878
echo $prefix $run_test_script simple src/spartan/smoke.test.ts
7979
echo $prefix $run_test_script simple src/spartan/transfer.test.ts
80-
# echo $prefix $run_test_script simple src/spartan/slash_inactivity.test.ts
80+
echo $prefix $run_test_script simple src/spartan/slash_inactivity.test.ts
8181
# echo $prefix $run_test_script simple src/spartan/gating-passive.test.ts
8282
# echo $prefix $run_test_script simple src/spartan/proving.test.ts
8383
# echo $prefix $run_test_script simple src/spartan/prover-node.test.ts

spartan/environments/next-scenario.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ REDEPLOY_ROLLUP_CONTRACTS=true
1313
DESTROY_AZTEC_INFRA=true
1414
VERIFY_CONTRACTS=false
1515

16-
AZTEC_PROOF_SUBMISSION_EPOCHS=2
17-
1816
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=2
1917
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=2
2018

@@ -30,6 +28,7 @@ RPC_REPLICAS=2
3028
PUBLISHERS_PER_PROVER=1
3129
PROVER_PUBLISHER_MNEMONIC_START_INDEX=8000
3230
PROVER_REPLICAS=1
31+
PROVER_AGENTS_PER_PROVER=4
3332

3433
RUN_TESTS=true
3534

spartan/terraform/deploy-eth-devnet/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "helm_release" "eth_devnet" {
9797
value = var.RELEASE_PREFIX
9898
}
9999

100-
timeout = 300
100+
timeout = 1200
101101
wait = true
102102
wait_for_jobs = false
103103
}

0 commit comments

Comments
 (0)