Skip to content

Commit d560a90

Browse files
committed
Double the genesis deplay
1 parent 3e4d2bd commit d560a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

testing/simulator/src/fallback_sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use tracing_subscriber::prelude::*;
1818
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
1919
use types::{Epoch, EthSpec, MinimalEthSpec};
2020
const END_EPOCH: u64 = 16;
21-
const GENESIS_DELAY: u64 = 32;
21+
const GENESIS_DELAY: u64 = 64;
2222
const ALTAIR_FORK_EPOCH: u64 = 0;
2323
const BELLATRIX_FORK_EPOCH: u64 = 0;
2424
const CAPELLA_FORK_EPOCH: u64 = 1;

0 commit comments

Comments
 (0)