File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mithril-test-lab/mithril-end-to-end/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments