From 3e7245c944417b00f14fcf9bea31e9bdb3cdc70c Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Feb 2025 12:29:40 -0800 Subject: [PATCH] fix: allow time? --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1adf61d..faa3be6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - name: Sonar uses: SonarSource/sonarqube-scan-action@v4 + timeout-minutes: 10 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: "https://quality.nhcarrigan.com"