Skip to content

Commit

Permalink
Merge pull request fedimint#4742 from bradleystachurski/bump-wait-blo…
Browse files Browse the repository at this point in the history
…ck-count

chore(fedimint-cli): increase wait-block-count to 60s
  • Loading branch information
bradleystachurski authored Mar 27, 2024
2 parents 1719284 + 4c99915 commit ad21594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedimint-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ impl FedimintCli {
Ok(CliOutput::UntypedApiOutput { value: response })
}
Command::Dev(DevCmd::WaitBlockCount { count: target }) => {
task::timeout(Duration::from_secs(30), async move {
task::timeout(Duration::from_secs(60), async move {
let client = self.client_open(&cli).await?;
loop {
let wallet = client.get_first_module::<WalletClientModule>();
Expand Down

0 comments on commit ad21594

Please sign in to comment.