瀏覽代碼

ci: Increase mainline build timeout.

- We're currently timing out with builds exceeding 60M. This doubles the timeout to 120M.
bunnei 5 年之前
父節點
當前提交
c104e9c698
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .ci/yuzu-mainline-step2.yml

+ 3 - 1
.ci/yuzu-mainline-step2.yml

@@ -19,6 +19,7 @@ stages:
   displayName: 'build'
   jobs:
   - job: build
+    timeoutInMinutes: 120
     displayName: 'standard'
     pool:
       vmImage: ubuntu-latest
@@ -43,6 +44,7 @@ stages:
   displayName: 'build-windows'
   jobs:
   - job: build
+    timeoutInMinutes: 120
     displayName: 'msvc'
     pool:
       vmImage: windows-2019
@@ -65,4 +67,4 @@ stages:
   - job: github
     displayName: 'github'
     steps:
-    - template: ./templates/release-github.yml
+    - template: ./templates/release-github.yml