diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index f80f888..4b2f72e 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -20,6 +20,8 @@ jobs: fetch-depth: 0 - name: SonarQube Scan uses: https://github.com/sonarsource/sonarqube-scan-action@master + with: + pollingTimeoutSec: 600 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file