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 3e1cca0 commit 7cae2daCopy full SHA for 7cae2da
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -53,7 +53,7 @@ pub struct Args {
53
cardano_slot_length: f64,
54
55
/// Length of a Cardano epoch in the devnet (in s)
56
- #[clap(long, default_value_t = 30.0)]
+ #[clap(long, default_value_t = 35.0)]
57
cardano_epoch_length: f64,
58
59
/// Cardano node version
@@ -65,7 +65,7 @@ pub struct Args {
65
cardano_hard_fork_latest_era_at_epoch: u16,
66
67
/// Mithril run interval for nodes (in ms)
68
- #[clap(long, default_value_t = 150)]
+ #[clap(long, default_value_t = 125)]
69
mithril_run_interval: u32,
70
71
/// Mithril era to run
0 commit comments