From 387afc3cc822595f895bfbfde2c6883e2609b29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 3 May 2019 23:53:28 +0200 Subject: Set unlimited running time in Azure --- .azure-pipelines/steps.yml | 2 +- azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml index b37a79f328..bb989ac70c 100644 --- a/.azure-pipelines/steps.yml +++ b/.azure-pipelines/steps.yml @@ -28,7 +28,7 @@ steps: displayName: 'gem install rspec_junit_formatter' - script: | - timeout 50m bash -c 'ruby -r rspec_junit_formatter bin/rspec --format progress --format RspecJunitFormatter -o rspec/bundler-junit-results.xml' || exit 0 + ruby -r rspec_junit_formatter bin/rspec --format progress --format RspecJunitFormatter -o rspec/bundler-junit-results.xml || exit 0 displayName: 'ruby bin/rspec' - task: PublishTestResults@2 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3aa8f82d3d..d8bb61e6f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,3 +4,4 @@ jobs: vmImage: 'vs2017-win2016' steps: - template: .azure-pipelines/steps.yml + timeoutInMinutes: 0 -- cgit v1.2.1