summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-07-21 22:03:20 +0200
committerGitHub <noreply@github.com>2021-07-21 22:03:20 +0200
commitc104e9c6983a7465f95f5ae486935ec1459fe8f3 (patch)
tree4c26c3688b27021006c90f52ff3f5447077b5089
parentyuzu-cmd: Fullscreen Improvements (#6656) (diff)
downloadyuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar.gz
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar.bz2
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar.lz
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar.xz
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.tar.zst
yuzu-c104e9c6983a7465f95f5ae486935ec1459fe8f3.zip
-rw-r--r--.ci/yuzu-mainline-step2.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml
index a90041d28..3159ce3ed 100644
--- a/.ci/yuzu-mainline-step2.yml
+++ b/.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 \ No newline at end of file
+ - template: ./templates/release-github.yml