File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
mithril-test-lab/mithril-end-to-end/src Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ impl Spec {
32
32
. await ?
33
33
. unwrap_or_default ( ) ;
34
34
35
- // Wait 2 epochs after start epoch for the aggregator to be able to bootstrap a genesis certificate
36
- let mut target_epoch = start_epoch + 2 ;
35
+ // Wait 3 epochs after start epoch for the aggregator to be able to bootstrap a genesis certificate
36
+ let mut target_epoch = start_epoch + 3 ;
37
37
wait_for_target_epoch (
38
38
self . infrastructure . chain_observer ( ) ,
39
39
target_epoch,
@@ -93,6 +93,7 @@ impl Spec {
93
93
let certificate_hash =
94
94
assert_signer_is_signing_snapshot ( & aggregator_endpoint, & digest, target_epoch - 2 )
95
95
. await ?;
96
+
96
97
assert_is_creating_certificate_with_enough_signers (
97
98
& aggregator_endpoint,
98
99
& certificate_hash,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pub struct Args {
39
39
number_of_pool_nodes : u8 ,
40
40
41
41
/// Length of a Cardano slot in the devnet (in s)
42
- #[ clap( long, default_value_t = 0.18 ) ]
42
+ #[ clap( long, default_value_t = 0.08 ) ]
43
43
cardano_slot_length : f64 ,
44
44
45
45
/// Length of a Cardano epoch in the devnet (in s)
You can’t perform that action at this time.
0 commit comments