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:
291
291
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292
292
cardano_node_version : ["8.9.4", "8.12.2", "9.0.0", "9.1.0"]
293
293
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" ]
296
296
297
297
include :
298
298
# 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 {
53
53
cardano_slot_length : f64 ,
54
54
55
55
/// 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) ]
57
57
cardano_epoch_length : f64 ,
58
58
59
59
/// Cardano node version
@@ -65,7 +65,7 @@ pub struct Args {
65
65
cardano_hard_fork_latest_era_at_epoch : u16 ,
66
66
67
67
/// Mithril run interval for nodes (in ms)
68
- #[ clap( long, default_value_t = 125 ) ]
68
+ #[ clap( long, default_value_t = 150 ) ]
69
69
mithril_run_interval : u32 ,
70
70
71
71
/// Mithril era to run
You can’t perform that action at this time.
0 commit comments