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.
1 parent ab90a9d commit 02c9ea7Copy full SHA for 02c9ea7
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