---
title: "How can I fix timeout issues in Pipelines?"
date: "2025-05-08T09:19:06+00:00"
summary: "Resolve Pipelines timeout issues with tips to optimize jobs and speed up builds within the 60-minute limit."
image:
type: "article"
url: "/acquia-cloud-platform/help/68991-how-can-i-fix-timeout-issues-pipelines"
id: "e309d7f4-4a09-45a2-b78c-72dfa27e8a51"
---

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.