File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
mithril-test-lab/mithril-end-to-end/src/stress_test Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,14 @@ pub async fn bootstrap_aggregator(
60
60
61
61
restart_aggregator_and_move_one_epoch_forward ( & mut aggregator, current_epoch, args) . await ?;
62
62
63
+ fake_signer:: try_register_signer_until_registration_round_is_open (
64
+ & aggregator,
65
+ & signers_fixture. signers ( ) [ 0 ] ,
66
+ * current_epoch + 1 ,
67
+ Duration :: from_secs ( 60 ) ,
68
+ )
69
+ . await ?;
70
+
63
71
info ! ( ">> Send the Signer Key Registrations payloads for the genesis signers" ) ;
64
72
let errors = fake_signer:: register_signers_to_aggregator (
65
73
& aggregator,
@@ -69,6 +77,14 @@ pub async fn bootstrap_aggregator(
69
77
. await ?;
70
78
assert_eq ! ( 0 , errors) ;
71
79
80
+ fake_signer:: try_register_signer_until_registration_round_is_open (
81
+ & aggregator,
82
+ & signers_fixture. signers ( ) [ 0 ] ,
83
+ * current_epoch + 1 ,
84
+ Duration :: from_secs ( 60 ) ,
85
+ )
86
+ . await ?;
87
+
72
88
restart_aggregator_and_move_one_epoch_forward ( & mut aggregator, current_epoch, args) . await ?;
73
89
74
90
info ! ( ">> Send the Signer Key Registrations payloads for next genesis signers" ) ;
You can’t perform that action at this time.
0 commit comments