diff --git a/local/recipes/system/redbear-greeter/source/src/main.rs b/local/recipes/system/redbear-greeter/source/src/main.rs index a149dac02..1a503faab 100644 --- a/local/recipes/system/redbear-greeter/source/src/main.rs +++ b/local/recipes/system/redbear-greeter/source/src/main.rs @@ -246,7 +246,7 @@ impl GreeterDaemon { fn wait_for_wayland_socket(&self) -> Result<(), String> { let socket_path = self.runtime_dir.join(&self.wayland_display); - for _ in 0..60 { + for _ in 0..120 { if socket_path.exists() { return Ok(()); }