Print better error message when job times out
Open
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 378
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 74
Description
When a job times out, the agent prints `context cancelled` which is AFAIK the default message from Golang.
Can we do better here and rescue context cancelled and print a better error message (e.g. `job timed out`)?
Contributor guide
Assessment
This issue has not been assessed yet.