summaryrefslogtreecommitdiff
path: root/.azure-pipelines/steps.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/steps.yml')
-rw-r--r--.azure-pipelines/steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml
index bb989ac70c..b37a79f328 100644
--- a/.azure-pipelines/steps.yml
+++ b/.azure-pipelines/steps.yml
@@ -28,7 +28,7 @@ steps:
displayName: 'gem install rspec_junit_formatter'
- script: |
- ruby -r rspec_junit_formatter bin/rspec --format progress --format RspecJunitFormatter -o rspec/bundler-junit-results.xml || exit 0
+ timeout 50m bash -c '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