diff --git a/core/src/service/persistent_container.rs b/core/src/service/persistent_container.rs index 6bc52b4db..efcfac4bf 100644 --- a/core/src/service/persistent_container.rs +++ b/core/src/service/persistent_container.rs @@ -39,7 +39,7 @@ use crate::util::rpc_client::UnixRpcClient; use crate::volume::data_dir; use crate::{ARCH, DATA_DIR, ImageId, PACKAGE_DATA, VolumeId}; -const RPC_CONNECT_TIMEOUT: Duration = Duration::from_secs(30); +const RPC_CONNECT_TIMEOUT: Duration = Duration::from_secs(60); #[derive(Debug)] pub struct ServiceState {