mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
CI: increase Azure Pipelines timeouts due to performance issues
The current demand on Azure negatively impacts the CI performance.
This commit is contained in:
parent
b023008e7b
commit
e1dc86fe8d
@ -183,7 +183,7 @@ stages:
|
||||
jobs:
|
||||
- job: windows_msys2_mingw32_debug_openssl
|
||||
displayName: msys2 mingw32 debug openssl
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -206,7 +206,7 @@ stages:
|
||||
|
||||
- job: windows_msys2_mingw64_debug_openssl
|
||||
displayName: msys2 mingw64 debug openssl
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -229,7 +229,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw_debug_openssl
|
||||
displayName: msys1 mingw debug openssl
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -249,7 +249,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw32_debug_openssl
|
||||
displayName: msys1 mingw32 debug openssl
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -269,7 +269,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw64_debug_openssl
|
||||
displayName: msys1 mingw64 debug openssl
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -289,7 +289,7 @@ stages:
|
||||
|
||||
- job: windows_msys2_mingw32_debug_schannel
|
||||
displayName: msys2 mingw32 debug schannel
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -312,7 +312,7 @@ stages:
|
||||
|
||||
- job: windows_msys2_mingw64_debug_schannel
|
||||
displayName: msys2 mingw64 debug schannel
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -335,7 +335,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw_debug_schannel
|
||||
displayName: msys1 mingw debug schannel
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -355,7 +355,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw32_debug_schannel
|
||||
displayName: msys1 mingw32 debug schannel
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
@ -375,7 +375,7 @@ stages:
|
||||
|
||||
- job: windows_msys1_mingw64_debug_schannel
|
||||
displayName: msys1 mingw64 debug schannel
|
||||
timeoutInMinutes: 70
|
||||
timeoutInMinutes: 90
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user