File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
testnet/stacks-node/src/tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1180,15 +1180,16 @@ fn stackerdb_delayed_dkg() {
1180
1180
info ! ( "------------------------- Wait for DKG -------------------------" ) ;
1181
1181
let key = signer_test. wait_for_dkg ( timeout) ;
1182
1182
// Sleep a bit to make sure the transactions are broadcast.
1183
- std:: thread:: sleep ( Duration :: from_secs ( 1 ) ) ;
1183
+ std:: thread:: sleep ( Duration :: from_secs ( 10 ) ) ;
1184
1184
// Mine a block and make sure the votes were mined
1185
1185
next_block_and_process_new_stacks_block (
1186
1186
& mut signer_test. running_nodes . btc_regtest_controller ,
1187
1187
timeout. as_secs ( ) ,
1188
1188
& signer_test. running_nodes . coord_channel ,
1189
1189
)
1190
1190
. unwrap ( ) ;
1191
-
1191
+ // Sleep a bit to make sure the contract gets updated
1192
+ std:: thread:: sleep ( Duration :: from_secs ( 5 ) ) ;
1192
1193
// Make sure DKG did get set
1193
1194
assert_eq ! (
1194
1195
key,
You can’t perform that action at this time.
0 commit comments