Skip to main content

Runner Timeout Limit Hit: context deadline exceeded

Overview

The runner timeout limit is set to determine the length of time a job will run before it is "timed out". You may have found this article after testing out runner and finding that you are hitting this timeout.

Solution

The runner.max_run_time setting can be found in your runner's configuration file. This value is set to 5 hours as default and can be changed.

runner:
  max_run_time: 5h

Additional Resources:

Did this answer your question?