为什么在此管道中不遵守超时

时间:2019-06-15 03:43:39

标签: azure-pipelines

我想将以下管道的超时时间设置为3小时,但1小时后超时

jobs:
- job:
  pool:
    vmImage: 'ubuntu-latest'
  timeoutInMinutes: 180
  displayName: 'Running test'
  steps:
  - bash: |
     .....

60分钟后超时

1 个答案:

答案 0 :(得分:0)

我认为私人回购协议中托管代理的时间限制为60分钟。所以工作不能跑更长的时间

enter image description here

https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#timeouts