How can I fix timeout issues in Pipelines?
Date Published: May 8, 2025
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
Note
After you fix any detected issues with any pipeline jobs, run the start command again to restart the build.