# Now available: Project build timeouts (https://depot.dev/blog/project-build-timeouts)

> By Kyle Galbraith (CEO & Co-founder of Depot)
> Published 2024-06-27

We have two big new features now available inside Depot! You can now configure a timeout for your Docker image builds by setting a project-level build timeout. In addition, you can cancel individual builds from within Depot.

## Project level build timeouts

[<img alt="Project level build timeout in Depot" src="/images/project-build-timeout.png" width="1485" height="683" />](/images/project-build-timeout.png)

Now, inside your container build projects, there is a new `Build Timeout` setting that allows you to configure how long a build can run before it is automatically canceled. You enter the maximum number of minutes you're willing to wait for an image build, and once your build goes over that, it will be automatically canceled.

This is a great way to ensure that your builds don't run longer than expected and prevent any runaway builds from consuming resources.

## Cancel builds

<video src="/images/cancel-build-ui.mp4" preload="metadata" width="1218" height="1010" className="rounded-lg border border-radix-mauve6" />

Not all builds are invoked by a CI provider and thus are easily cancelable. Sometimes, you need to cancel a build running inside of Depot that was invoked via code or our [public API](/docs/api/overview). For those cases, we've now rolled out the ability to cancel individual builds. You can click on any running build and cancel it from the UI.

## What's next

There are more and more use cases for our Docker image build acceleration. We have folks using `depot build` in both their CI & local environments to speed up their builds. We also have more and more platform use cases where folks want to build Docker images with the power of Depot via our API.

These new features help all those use cases by making it easy to control and manage your builds. If you have other things that you'd like to see in this area, hop into our [Discord Community](https://discord.gg/MMPqYSgDCg) and let us know.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.