Skip to content

Commit 69f7395

Browse files
committed
Temporary commit to verify --use-p2p-network with e2e
1 parent a03f1fb commit 69f7395

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
cardano_node_version: ["8.9.4", "8.12.2", "9.0.0", "8.12.0-pre"]
293293
hard_fork_latest_era_at_epoch: [0]
294294
run_id: ["#1"]
295-
extra_args: [""]
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)