summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/steps.yml2
-rw-r--r--azure-pipelines.yml1
2 files changed, 2 insertions, 1 deletions
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