mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
ci/tests: Increase timeouts of Windows builds due to new tests
Recently added tests increased their runtime above the limit of 60min.
This commit is contained in:
parent
1f114be626
commit
513b5387ab
@ -187,7 +187,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: windows_msys2_mingw32_debug_openssl
|
- job: windows_msys2_mingw32_debug_openssl
|
||||||
displayName: msys2 mingw32 debug openssl
|
displayName: msys2 mingw32 debug openssl
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -208,7 +208,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys2_mingw64_debug_openssl
|
- job: windows_msys2_mingw64_debug_openssl
|
||||||
displayName: msys2 mingw64 debug openssl
|
displayName: msys2 mingw64 debug openssl
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -229,7 +229,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw_debug_openssl
|
- job: windows_msys1_mingw_debug_openssl
|
||||||
displayName: msys1 mingw debug openssl
|
displayName: msys1 mingw debug openssl
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -248,7 +248,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw32_debug_openssl
|
- job: windows_msys1_mingw32_debug_openssl
|
||||||
displayName: msys1 mingw32 debug openssl
|
displayName: msys1 mingw32 debug openssl
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -267,7 +267,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw64_debug_openssl
|
- job: windows_msys1_mingw64_debug_openssl
|
||||||
displayName: msys1 mingw64 debug openssl
|
displayName: msys1 mingw64 debug openssl
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -286,7 +286,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys2_mingw32_debug_schannel
|
- job: windows_msys2_mingw32_debug_schannel
|
||||||
displayName: msys2 mingw32 debug schannel
|
displayName: msys2 mingw32 debug schannel
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -307,7 +307,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys2_mingw64_debug_schannel
|
- job: windows_msys2_mingw64_debug_schannel
|
||||||
displayName: msys2 mingw64 debug schannel
|
displayName: msys2 mingw64 debug schannel
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -328,7 +328,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw_debug_schannel
|
- job: windows_msys1_mingw_debug_schannel
|
||||||
displayName: msys1 mingw debug schannel
|
displayName: msys1 mingw debug schannel
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -347,7 +347,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw32_debug_schannel
|
- job: windows_msys1_mingw32_debug_schannel
|
||||||
displayName: msys1 mingw32 debug schannel
|
displayName: msys1 mingw32 debug schannel
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
@ -366,7 +366,7 @@ stages:
|
|||||||
|
|
||||||
- job: windows_msys1_mingw64_debug_schannel
|
- job: windows_msys1_mingw64_debug_schannel
|
||||||
displayName: msys1 mingw64 debug schannel
|
displayName: msys1 mingw64 debug schannel
|
||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user