Fix doppelganger script (#3988)

## Issue Addressed

N/A

## Proposed Changes

The doppelganger tests were failing silently since the `PROPOSER_BOOST` config was not set. Sets the config and script returns an error if any subprocess fails.
This commit is contained in:
Pawan Dhananjay
2023-02-21 23:45:43 +00:00
parent fa8b920dd8
commit 3721f3a83c
3 changed files with 31 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ SECONDS_PER_SLOT=3
SECONDS_PER_ETH1_BLOCK=1
# Proposer score boost percentage
PROPOSER_SCORE_BOOST=70
PROPOSER_SCORE_BOOST=40
# Command line arguments for validator client
VC_ARGS=""