pub const MAX_SLEEP_SECS: f64 = 14_400.0; // 14400f64Expand description
The longest a single sleep call may pause the turn: four hours, the
“pause up to hours” the catalog row describes, with a hard ceiling so a
runaway loop cannot park a session forever.