diff --git a/crates/daemon/src/reconcile/guest/mod.rs b/crates/daemon/src/reconcile/guest/mod.rs index 6e0e015..1d403a4 100644 --- a/crates/daemon/src/reconcile/guest/mod.rs +++ b/crates/daemon/src/reconcile/guest/mod.rs @@ -127,7 +127,7 @@ impl GuestReconciler { } }, - _ = sleep(Duration::from_secs(5)) => { + _ = sleep(Duration::from_secs(15)) => { if let Err(error) = self.reconcile_runtime(false).await { error!("runtime reconciler failed: {}", error); }