From: Marc Hoersken Date: Tue, 17 Mar 2020 08:24:29 +0000 (+0100) Subject: ci/tests: increase timeouts for torture builds on Azure Pipelines X-Git-Tag: curl-7_70_0~229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45008cb4856ba35dbe967236bcfb469c3f7b5b05;p=thirdparty%2Fcurl.git ci/tests: increase timeouts for torture builds on Azure Pipelines For some reason the torture builds have slowed down recently. Reported-by: Daniel Stenberg --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 17812e3276..9962c11f48 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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: