diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-04-02 19:27:30 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-04-02 19:27:30 +0200 |
commit | e1dc86fe8d27ed0566b49c6a00ccd9bc281ee65f (patch) | |
tree | d49637d56ac0996236de21896292559d8ac1a794 /.azure-pipelines.yml | |
parent | b023008e7b3d80c3b7ab0c44eb61aaee92d2957d (diff) | |
download | curl-e1dc86fe8d27ed0566b49c6a00ccd9bc281ee65f.tar.gz |
CI: increase Azure Pipelines timeouts due to performance issues
The current demand on Azure negatively impacts the CI performance.
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index cfab11e77..222044ec3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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: |