Skip to content

Commit 08b5720

Browse files
committed
chore: increase network descriptor wait time
1 parent b7b7fd7 commit 08b5720

File tree

1 file changed

+1
-1
lines changed
  • crates/icp-cli/src/commands/network

1 file changed

+1
-1
lines changed

crates/icp-cli/src/commands/network/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ where
216216
}
217217

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

222222
// Wait for network descriptor to be written

0 commit comments

Comments
 (0)