Alex Kulinkovich
Alex Kulinkovich

Reputation: 4778

VSTS build. Error - The job running on agent has exceeded the maximum execution time of 60

During build execution in VSTS I've got the next error:

Job issue - 1 error

The job running on agent has exceeded the maximum execution time of 60.

My question: How to increase the maximum execution time for build?

I did search in the internet, but didn't find solution.

Check screenshot with issue below: issue with build

Upvotes: 2

Views: 2345

Answers (1)

Alex Kulinkovich
Alex Kulinkovich

Reputation: 4778

  1. You need to go on Edit page of your build definition.
  2. Then on tab Options.
  3. Increase value for Build job timeout in minutes.

Note: An empty or zero value indicates an infinite timeout.

Check screenshot below: VSTS Build job timeout in minutes option

Upvotes: 4

Related Questions