File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
terraform/deploy-eth-devnet Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ REDEPLOY_ROLLUP_CONTRACTS=true
1313DESTROY_AZTEC_INFRA = true
1414VERIFY_CONTRACTS = false
1515
16- AZTEC_PROOF_SUBMISSION_EPOCHS = 2
17-
1816AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET = 2
1917AZTEC_LAG_IN_EPOCHS_FOR_RANDAO = 2
2018
@@ -30,6 +28,7 @@ RPC_REPLICAS=2
3028PUBLISHERS_PER_PROVER = 1
3129PROVER_PUBLISHER_MNEMONIC_START_INDEX = 8000
3230PROVER_REPLICAS = 1
31+ PROVER_AGENTS_PER_PROVER = 4
3332
3433RUN_TESTS = true
3534
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments