diff options
author | bunnei <bunneidev@gmail.com> | 2020-09-30 07:17:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 07:17:50 +0200 |
commit | 385b5602e42c22fe89246534fe1305a727d75462 (patch) | |
tree | e27e4a115de34e88f833a70c454bfa368e635d0f /.ci | |
parent | Merge pull request #4728 from Morph1984/applets-on-top (diff) | |
download | yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar.gz yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar.bz2 yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar.lz yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar.xz yuzu-385b5602e42c22fe89246534fe1305a727d75462.tar.zst yuzu-385b5602e42c22fe89246534fe1305a727d75462.zip |
Diffstat (limited to '.ci')
-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 |