mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:37:18 +03: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue