Skip to content

Commit

Permalink
prevent failure on sonar timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton committed Feb 23, 2024
1 parent 6bd5e49 commit f1225ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,9 @@ jobs:
(github.repository == 'dotCMS/core') &&
(github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: sonarsource/sonarqube-quality-gate-action@master
continue-on-error: true
# Force to fail step after specific time.
timeout-minutes: 30
timeout-minutes: 10
with:
scanMetadataReportFile: target/sonar/report-task.txt
env:
Expand Down

0 comments on commit f1225ea

Please sign in to comment.