Skip to content

Commit

Permalink
[pipelines] error on not possible to find created claims accounts hap…
Browse files Browse the repository at this point in the history
…pens still in init pipeline; workarounding to increase delay
  • Loading branch information
ochaloup committed Jul 25, 2024
1 parent b50e33b commit f76a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement-pipelines/src/bin/init_settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async fn real_main(reporting: &mut ReportHandler<InitSettlementReport>) -> anyho

// RPC nodes are not in sync and load-balanced nodes may provide different data
// let's wait 15 seconds to get transaction finalized and propagated
tokio::time::sleep(tokio::time::Duration::from_secs(15)).await;
tokio::time::sleep(tokio::time::Duration::from_secs(60)).await;

upsize_settlements(
&program,
Expand Down

0 comments on commit f76a474

Please sign in to comment.