Skip to content

Commit f7e6af9

Browse files
committed
DO NOT MERGE
1 parent 3ee8c71 commit f7e6af9

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • mithril-test-lab/mithril-end-to-end/src

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ jobs:
291291
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292292
cardano_node_version: ["8.9.4", "8.12.2", "9.0.0", "9.1.0"]
293293
hard_fork_latest_era_at_epoch: [0]
294-
run_id: ["#1"]
295-
extra_args: [""]
294+
run_id: ["#1", "#2", "#3"]
295+
extra_args: ["", "--use-p2p-network"]
296296

297297
include:
298298
# Include a test for `8.1.2` which is not concerned by the hard fork

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 = 35.0)]
56+
#[clap(long, default_value_t = 30.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 = 125)]
68+
#[clap(long, default_value_t = 150)]
6969
mithril_run_interval: u32,
7070

7171
/// Mithril era to run

0 commit comments

Comments
 (0)