0

I want to extend timeout for azure pipeline , my pipeline is always been canceled in 60minus

wondering how to re-set timeout on yaml for pipeline , I search one solution, but didn't work

enter image description here

screenshot#2enter image description here

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Alex Wang
  • 103
  • 1
  • 10
  • You can only extend beyond 60 minutes on a private agent or when you have paid for additional parallel pipelines. Free accounts are limited to a Max job duration of 60 minutes. – jessehouwing Feb 10 '22 at 08:58
  • thanks jessehouwing, I can extend timeout now based on your provided link. – Alex Wang Feb 11 '22 at 07:20

1 Answers1

0

See the official docs:

For free tier:

Private project: One free parallel job that can run for up to 60 minutes each time, until you've used 1,800 minutes (30 hours) per month.

navylover
  • 12,383
  • 5
  • 28
  • 41
  • thanks navylover, actually my one job contains all cases, I need to extend timeout for this job like screenshot#2. how to extend timeout for one job. – Alex Wang Feb 10 '22 at 07:45