diff --git a/crates/runtime/src/channel.rs b/crates/runtime/src/channel.rs index 2af8c2d..c1d12a5 100644 --- a/crates/runtime/src/channel.rs +++ b/crates/runtime/src/channel.rs @@ -346,7 +346,7 @@ impl KrataChannelBackendProcessor { .read_string(format!("{}/port", self.frontend)) .await?; - if (ring_ref.is_none() || port.is_none()) && tries < 10 { + if (ring_ref.is_none() || port.is_none()) && tries < 40 { tries += 1; self.store .write_string(format!("{}/state", self.backend), "4")