1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

ci/tests: increase timeouts for torture builds on Azure Pipelines

For some reason the torture builds have slowed down recently.

Reported-by: Daniel Stenberg
This commit is contained in:
Marc Hoersken 2020-03-17 09:24:29 +01:00
parent 37a0541882
commit 45008cb485
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -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: