Skip to content

Commit 2e0e144

Browse files
committed
Increase GENESIS_DELAY by 32
1 parent 2c46b5d commit 2e0e144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/simulator/src/basic_sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use tokio::time::sleep;
2222
use types::{Epoch, EthSpec, MinimalEthSpec};
2323

2424
const END_EPOCH: u64 = 16;
25-
const GENESIS_DELAY: u64 = 32;
25+
const GENESIS_DELAY: u64 = 64;
2626
const ALTAIR_FORK_EPOCH: u64 = 0;
2727
const BELLATRIX_FORK_EPOCH: u64 = 0;
2828
const CAPELLA_FORK_EPOCH: u64 = 1;

0 commit comments

Comments
 (0)