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:
parent
37a0541882
commit
45008cb485
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user