diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-02 19:44:19 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-02 19:44:19 +0100 |
commit | 0e539970e423fb562a42de6e5aa3f4cd3866999b (patch) | |
tree | 20f1fe0ff408d068bdcd3454e05c256d89949080 /.azure-pipelines.yml | |
parent | cf7760ab521d1f9fc6a526df7dedfb7b0c3a6f17 (diff) | |
download | curl-0e539970e423fb562a42de6e5aa3f4cd3866999b.tar.gz |
ci/tests: some MacOS builds randomly take longer than 20min
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2ac52f19a..f7ca699a9 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -131,7 +131,7 @@ stages: jobs: - job: macos_vanilla displayName: macos default - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: vmImage: 'macOS-latest' steps: @@ -151,7 +151,7 @@ stages: - job: macos_libssh2 displayName: macos libssh2 - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: vmImage: 'macOS-latest' steps: |