Skip to content

Template build limits

The number of builds that can run at the same time and the maximum CPU, memory, and disk size depend on the project plan. See Billing and limits for the current values.

The following technical timeouts apply to every build:

  • a build can wait for a worker for up to 40 minutes;
  • an active build can run for up to 1 hour;
  • a single build command can run for up to 1 hour;
  • copying files into a build step can take up to 10 minutes;
  • a readiness command can run for up to 10 minutes.

When a timeout is reached, the build fails and its logs show the step that did not finish in time. Split long-running work into smaller steps or move it out of the image build when possible.