Skip to content

Commit

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

0 comments on commit 08c438d

Please sign in to comment.