Skip to content

Commit c53b10f

Browse files
authored
Merge pull request #5716 from stacks-network/fix/boot-to-epoch-3
fix: increase timeout for waiting for signer set calculation
2 parents 619c2fe + 02c9ea7 commit c53b10f

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl SignerTest<SpawnedSigner> {
249249
// Make sure the signer set is calculated before continuing or signers may not
250250
// recognize that they are registered signers in the subsequent burn block event
251251
let reward_cycle = self.get_current_reward_cycle() + 1;
252-
wait_for(30, || {
252+
wait_for(120, || {
253253
Ok(self
254254
.stacks_client
255255
.get_reward_set_signers(reward_cycle)

0 commit comments

Comments
 (0)