Skip to content

Commit

Permalink
fix: increase compute_mithril_stake_distribution_signatures timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Feb 7, 2025
1 parent d47ba51 commit 27ae3fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async fn main_scenario(
payload_builder::compute_mithril_stake_distribution_signatures(
current_epoch,
&parameters.signers_fixture,
Duration::from_secs(60),
Duration::from_secs(120),
)
.await
.unwrap();
Expand Down

0 comments on commit 27ae3fe

Please sign in to comment.