We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c46b5d commit 2e0e144Copy full SHA for 2e0e144
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 = 64;
26
const ALTAIR_FORK_EPOCH: u64 = 0;
27
const BELLATRIX_FORK_EPOCH: u64 = 0;
28
const CAPELLA_FORK_EPOCH: u64 = 1;
0 commit comments