How can I fix timeout issues in Pipelines?
Pipelines jobs time out after 60 minutes. The system displays the following error message if your job exceeds this timeframe:
Execution exceeded allowed time of 60 minutes.
If your build fails to complete within this timeframe, you must refactor your application to get the build completed faster.
The following are a few examples of timeouts that we have seen:
- Twig validation for a large number of files
- Database backup scripts
- Commands that do testing on the application without echoing anything out
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.