diff options
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/steps.yml | 2 |
1 files changed, 1 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 |