We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4d2bd commit d36b7abCopy full SHA for d36b7ab
testing/simulator/src/basic_sim.rs
@@ -22,7 +22,7 @@ use tokio::time::sleep;
22
use types::{Epoch, EthSpec, MinimalEthSpec};
23
24
const END_EPOCH: u64 = 16;
25
-const GENESIS_DELAY: u64 = 32;
+const GENESIS_DELAY: u64 = 40;
26
const ALTAIR_FORK_EPOCH: u64 = 0;
27
const BELLATRIX_FORK_EPOCH: u64 = 0;
28
const CAPELLA_FORK_EPOCH: u64 = 1;
testing/simulator/src/fallback_sim.rs
@@ -18,7 +18,7 @@ use tracing_subscriber::prelude::*;
18
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
19
20
21
0 commit comments