]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci/tests: increase timeouts for torture builds on Azure Pipelines
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 17 Mar 2020 08:24:29 +0000 (09:24 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 17 Mar 2020 08:24:29 +0000 (09:24 +0100)
For some reason the torture builds have slowed down recently.

Reported-by: Daniel Stenberg
.azure-pipelines.yml

index 17812e3276e01e5b7248dd8979a1551b2293d666..9962c11f48eae36a64ed0a2f09ab2cc3810df6b1 100644 (file)
@@ -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: