CI: increase Azure Pipelines timeouts due to performance issues

The current demand on Azure negatively impacts the CI performance.
This commit is contained in:
Marc Hoersken 2020-04-02 19:27:30 +02:00
parent b023008e7b
commit e1dc86fe8d
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
1 changed files with 10 additions and 10 deletions

View File

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