Reputation: 14416
I am running a large suite of tests on my build server and it takes longer than an hour to get through them all. It is currently failing after an hour stating this:
The job running on agent xAgentNamex has exceeded the maximum execution time of 01:00:00.
I thought it would be in the User capabilities
settings for the build agent but I could not see anything there.
How can I increase this limit?
Upvotes: 26
Views: 7990
Reputation: 29966
It is under the settings of your build definition: General->Build job timeout in minutes.
Upvotes: 50