Skip to content

Commit 7cae2da

Browse files
committed
chore: update e2e test configuration for Cardano node '9.1.0'
- 'mithril_run_interval' from '150' to '125' - 'cardano_epoch_length' from '30' to '35'.
1 parent 3e1cca0 commit 7cae2da

File tree

1 file changed

+2
-2
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+2
-2
lines changed

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub struct Args {
5353
cardano_slot_length: f64,
5454

5555
/// Length of a Cardano epoch in the devnet (in s)
56-
#[clap(long, default_value_t = 30.0)]
56+
#[clap(long, default_value_t = 35.0)]
5757
cardano_epoch_length: f64,
5858

5959
/// Cardano node version
@@ -65,7 +65,7 @@ pub struct Args {
6565
cardano_hard_fork_latest_era_at_epoch: u16,
6666

6767
/// Mithril run interval for nodes (in ms)
68-
#[clap(long, default_value_t = 150)]
68+
#[clap(long, default_value_t = 125)]
6969
mithril_run_interval: u32,
7070

7171
/// Mithril era to run

0 commit comments

Comments
 (0)