diff --git a/hive-c0re/src/migrate.rs b/hive-c0re/src/migrate.rs index 7a1eaaec..f15dc8f4 100644 --- a/hive-c0re/src/migrate.rs +++ b/hive-c0re/src/migrate.rs @@ -27,8 +27,8 @@ const KILL_SWITCH: &str = "HIVE_SKIP_META_MIGRATION"; /// stuck migration degrades to a logged warning instead of a hung boot. /// Git ops are quick; `nixos-container update` can legitimately trigger a /// nix build, so it gets a much longer budget. -const GIT_TIMEOUT: Duration = Duration::from_secs(120); -const CONTAINER_TIMEOUT: Duration = Duration::from_secs(600); +const GIT_TIMEOUT: Duration = Duration::from_mins(2); +const CONTAINER_TIMEOUT: Duration = Duration::from_mins(10); /// Substring that identifies the *current* agent flake boilerplate. /// Bumped whenever the template changes so the startup migration