Previously, the build would consider a timed out job as "failed", regardless of its exit status 🙃
This could sometimes happen if a command finished just as the job was being timed out, or if it had specifically implemented signal handling to gracefully exit.
Now, jobs that timeout with an exit status of 0 will be marked as "passed", so you can depend on the exit status as the one source of truth for job status ✅
Create an account to get started with a 30-day free trial. No credit card required.