diff options
author | bunnei <bunneidev@gmail.com> | 2020-09-29 22:17:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 22:17:50 -0700 |
commit | 385b5602e42c22fe89246534fe1305a727d75462 (patch) | |
tree | e27e4a115de34e88f833a70c454bfa368e635d0f | |
parent | a1e3f6e27b1f6df1e2cfca558c1e8b89c97a9c98 (diff) |
Update yuzu-patreon-step2.yml to set build timeout to 120 min
This is currently necessary to build ffmpeg
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 41eccd973..3f338e2a0 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -9,6 +9,7 @@ stages: displayName: 'build' jobs: - job: build + timeoutInMinutes: 120 displayName: 'windows-msvc' pool: vmImage: windows-2019 |