aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-17 09:24:29 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-17 09:24:29 +0100
commit45008cb4856ba35dbe967236bcfb469c3f7b5b05 (patch)
tree157bcfdba9d2caf59d0a4fb6e215c2d36f8e5d95 /.azure-pipelines.yml
parent37a05418820dfcdb68bc0d535e76e63945b45917 (diff)
ci/tests: increase timeouts for torture builds on Azure Pipelines
For some reason the torture builds have slowed down recently. Reported-by: Daniel Stenberg
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 17812e327..9962c11f4 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -133,7 +133,7 @@ stages:
jobs:
- job: torture
displayName: ubuntu torture tests
- timeoutInMinutes: 50
+ timeoutInMinutes: 60
pool:
vmImage: 'ubuntu-latest'
steps:
@@ -215,7 +215,7 @@ stages:
jobs:
- job: macos_torture
displayName: macos torture
- timeoutInMinutes: 50
+ timeoutInMinutes: 60
pool:
vmImage: 'macOS-latest'
steps: