Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Increase build vnext build agent execution time?

Tags:

tfsbuild

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?

like image 229
4imble Avatar asked Jan 07 '16 17:01

4imble


1 Answers

It is under the settings of your build definition: General->Build job timeout in minutes. enter image description here

like image 186
Eddie Chen - MSFT Avatar answered Sep 28 '22 03:09

Eddie Chen - MSFT