feat! drop support for limiting the duration of a CI run
This adapter is only ever run by the Radicle CI broker, and that can now limit CI run duration itself. Thus having this adapter do it too is pointless duplication.
Further, this removes the run time dependency on an external “timeout” command, which turns out not to be portable: it isn’t available on Macs, by default.
Signed-off-by: Lars Wirzenius liw@liw.fi
This adapter is only ever run by the Radicle CI broker, and that can now limit CI run duration itself. Thus having this adapter do it too is pointless duplication.
Further, this removes the run time dependency on an external “timeout” command, which turns out not to be portable: it isn’t available on Macs, by default.
Signed-off-by: Lars Wirzenius liw@liw.fi