From 51c84fb295e0527df66df142d50fe71dceb7c00c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:18:45 +0000 Subject: [PATCH] Increase Clang Static Analyzer workflow timeout from 90 to 180 minutes Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --- .github/workflows/csa-analysis.lock.yml | 2 +- .github/workflows/csa-analysis.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/csa-analysis.lock.yml b/.github/workflows/csa-analysis.lock.yml index 193701a71..1f54a5cea 100644 --- a/.github/workflows/csa-analysis.lock.yml +++ b/.github/workflows/csa-analysis.lock.yml @@ -652,7 +652,7 @@ jobs: - name: Execute GitHub Copilot CLI id: agentic_execution # Copilot CLI tool arguments (sorted): - timeout-minutes: 90 + timeout-minutes: 180 run: | set -o pipefail # shellcheck disable=SC1003 diff --git a/.github/workflows/csa-analysis.md b/.github/workflows/csa-analysis.md index 3bbb8fb5d..e8c9a942d 100644 --- a/.github/workflows/csa-analysis.md +++ b/.github/workflows/csa-analysis.md @@ -5,7 +5,7 @@ on: schedule: weekly workflow_dispatch: -timeout-minutes: 90 +timeout-minutes: 180 permissions: read-all