summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-02 19:44:19 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-02 19:44:19 +0100
commit0e539970e423fb562a42de6e5aa3f4cd3866999b (patch)
tree20f1fe0ff408d068bdcd3454e05c256d89949080
parentcf7760ab521d1f9fc6a526df7dedfb7b0c3a6f17 (diff)
downloadcurl-0e539970e423fb562a42de6e5aa3f4cd3866999b.tar.gz
ci/tests: some MacOS builds randomly take longer than 20min
-rw-r--r--.azure-pipelines.yml4
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: