diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-04-29 17:26:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 17:26:12 -0700 |
| commit | d9d283bd2b93713dd015e7c6a2fb3cdd399bf527 (patch) | |
| tree | 57d1dbf194c59cd5d7b849ae107dc2e32a2402b0 /scripts | |
| parent | 9b91a5360652bd1d5740f3e6984e702c94bf6165 (diff) | |
| download | vcpkg-d9d283bd2b93713dd015e7c6a2fb3cdd399bf527.tar.gz vcpkg-d9d283bd2b93713dd015e7c6a2fb3cdd399bf527.zip | |
Bump macos build timeouts. (#11090)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/azure-pipelines/macos/azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/macos/azure-pipelines.yml b/scripts/azure-pipelines/macos/azure-pipelines.yml index c54062802..68ced441c 100644 --- a/scripts/azure-pipelines/macos/azure-pipelines.yml +++ b/scripts/azure-pipelines/macos/azure-pipelines.yml @@ -8,6 +8,8 @@ jobs: name: vcpkgAgentPool
demands: Agent.OS -equals Darwin
+ timeoutInMinutes: 1440 # 1 day
+
steps:
- bash: |
rm -rf installed || true
|
