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.
2 parents 248153d + 8864c52 commit 2731abdCopy full SHA for 2731abd
tools/testing/src/scenarios/solo_node/bootstrap.rs
@@ -22,7 +22,7 @@ pub struct SoloNodeBootstrap;
22
// This test will fail if we don't start with this as the initial time because
23
// the time validation for the first block will reject it.
24
fn first_block_slot_timestamp_nanos(config: &RustNodeTestingConfig) -> u64 {
25
- let first_block_global_slot = 290000; // Update if replay changes
+ let first_block_global_slot = 2000000; // Update if replay changes
26
let protocol_constants = config.genesis.protocol_constants().unwrap();
27
let genesis_timestamp_ms = protocol_constants.genesis_state_timestamp.0.as_u64();
28
let milliseconds_per_slot = constraint_constants().block_window_duration_ms;
0 commit comments