Skip to content

Commit

Permalink
Merge branch 'develop' into fix/burn-view
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson authored Jan 21, 2025
2 parents e821ee3 + c53b10f commit d8fb8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/signer/v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl SignerTest<SpawnedSigner> {
// Make sure the signer set is calculated before continuing or signers may not
// recognize that they are registered signers in the subsequent burn block event
let reward_cycle = self.get_current_reward_cycle() + 1;
wait_for(30, || {
wait_for(120, || {
Ok(self
.stacks_client
.get_reward_set_signers(reward_cycle)
Expand Down

0 comments on commit d8fb8ef

Please sign in to comment.