We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6f887 commit f6f0c51Copy full SHA for f6f0c51
crates/icp-cli/src/commands/cycles/mint.rs
@@ -74,7 +74,7 @@ pub(crate) enum CommandError {
74
available: BigDecimal,
75
},
76
77
- #[error("No amount specified. Use --icp-amount or --cycles-amount.")]
+ #[error("No amount specified. Use --icp or --cycles.")]
78
NoAmountSpecified,
79
80
#[error("Failed to notify mint cycles: {src:?}")]
crates/icp-cli/src/commands/network/run.rs
@@ -216,7 +216,7 @@ where
216
}
217
218
async fn wait_for_healthy_network(nd: &NetworkDirectory) -> Result<(), CommandError> {
219
- let max_retries = 30;
+ let max_retries = 45;
220
let delay_ms = 1000;
221
222
// Wait for network descriptor to be written
0 commit comments