Skip to content

Commit 59b7842

Browse files
committed
fix: increase compute_immutable_files_signatures timeout
1 parent c97948c commit 59b7842

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end/src/bin/load-aggregator

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end/src/bin/load-aggregator/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async fn main_scenario(
239239
&parameters.cardano_db,
240240
current_epoch,
241241
&parameters.signers_fixture,
242-
Duration::from_secs(60),
242+
Duration::from_secs(120),
243243
)
244244
.await
245245
.unwrap();

0 commit comments

Comments
 (0)