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.
--use-p2p-network
1 parent a03f1fb commit 69f7395Copy full SHA for 69f7395
.github/workflows/ci.yml
@@ -292,7 +292,7 @@ jobs:
292
cardano_node_version: ["8.9.4", "8.12.2", "9.0.0", "8.12.0-pre"]
293
hard_fork_latest_era_at_epoch: [0]
294
run_id: ["#1"]
295
- extra_args: [""]
+ extra_args: ["--use-p2p-network"]
296
297
include:
298
# 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
@@ -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