Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/icp-cli/src/commands/cycles/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(crate) enum CommandError {
available: BigDecimal,
},

#[error("No amount specified. Use --icp-amount or --cycles-amount.")]
#[error("No amount specified. Use --icp or --cycles.")]
NoAmountSpecified,

#[error("Failed to notify mint cycles: {src:?}")]
Expand Down
2 changes: 1 addition & 1 deletion crates/icp-cli/src/commands/network/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ where
}

async fn wait_for_healthy_network(nd: &NetworkDirectory) -> Result<(), CommandError> {
let max_retries = 30;
let max_retries = 45;
let delay_ms = 1000;

// Wait for network descriptor to be written
Expand Down