orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Build timeout needs to be configurable #213

Closed tjtelan closed 4 years ago

tjtelan commented 5 years ago

I'm guessing there is a hard limit build timeout at approximately 60 min based on failed builds in production. It is currently adequate, but I don't seem to notice any way to configure. We also seem to fail w/o changing status as a timeout. This can lead to misunderstandings about what is causing issues.

Configuring a hard limit (werker-side), and a soft limit (ocelot.yml side) would be useful.