From a70c2b371e6929e4c95a2f2ea51356b2f33ecce7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Tue, 1 Oct 2024 19:02:50 +0200 Subject: [PATCH] perf: fine tune Cardano network on the devnet in e2e --- mithril-test-lab/mithril-end-to-end/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mithril-test-lab/mithril-end-to-end/src/main.rs b/mithril-test-lab/mithril-end-to-end/src/main.rs index 3fe390ece7..b77cb4f309 100644 --- a/mithril-test-lab/mithril-end-to-end/src/main.rs +++ b/mithril-test-lab/mithril-end-to-end/src/main.rs @@ -49,11 +49,11 @@ pub struct Args { number_of_pool_nodes: u8, /// Length of a Cardano slot in the devnet (in s) - #[clap(long, default_value_t = 0.08)] + #[clap(long, default_value_t = 0.10)] cardano_slot_length: f64, /// Length of a Cardano epoch in the devnet (in s) - #[clap(long, default_value_t = 35.0)] + #[clap(long, default_value_t = 30.0)] cardano_epoch_length: f64, /// Cardano node version