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