How to kill an automated build

I have an automated build that has been hung in “building” state for 2 hours. I can repro the “hung” docker build state (a gulp thing) but don’t know how to cancel the running one.

Is there a timeout?

Thx

Yes, the builds automatically times out after 2 hour. So, for any build to be successful, it should complete by 2 hours.

Is there any way to change the default timeout ?

@gaillou, unfortunately you cannot change the default timeout. For larger builds you could either break them into several Automated Builds connected by FROM statements and Repository Links, or build them locally on your machine and push them.