Reputation: 4778
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:
Upvotes: 2
Views: 2345
Reputation: 4778
Edit
page of your build definition.Options
.Build job timeout in minutes
. Note: An empty or zero value indicates an infinite timeout.
Upvotes: 4