We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 619c2fe + 02c9ea7 commit c53b10fCopy full SHA for c53b10f
testnet/stacks-node/src/tests/signer/v0.rs
@@ -249,7 +249,7 @@ impl SignerTest<SpawnedSigner> {
249
// Make sure the signer set is calculated before continuing or signers may not
250
// recognize that they are registered signers in the subsequent burn block event
251
let reward_cycle = self.get_current_reward_cycle() + 1;
252
- wait_for(30, || {
+ wait_for(120, || {
253
Ok(self
254
.stacks_client
255
.get_reward_set_signers(reward_cycle)
0 commit comments