Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make EC verify task timeout configurable
Before this change, users could use the TIMEOUT param to increase their timeout up from the 5m default, but they would hit a ceiling. If they increased their timeout past 2h, then a tekton default on timeout for the task itself would kick in. This change will cause the timeout param to be used both for the value passed to ec running in side the task, and for the timeout of the task itself. When the time has expired, tekton will cancel the task.
- Loading branch information