We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b7fd7 commit 08b5720Copy full SHA for 08b5720
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