From a7e933ca9595bcb61fa986e0888a5434551de1b0 Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Thu, 6 Mar 2025 04:10:49 +0000 Subject: [PATCH] Update .forgejo/workflows/sonar.yml --- .forgejo/workflows/sonar.yml | 2 ++ 1 file changed, 2 insertions(+) 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