3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-03 20:24:36 +00:00

Merge pull request #8821 from Z3Prover/copilot/update-clang-analyzer-timeout

Increase Clang Static Analyzer workflow timeout to 180 minutes
This commit is contained in:
Nikolaj Bjorner 2026-03-01 12:40:41 -08:00 committed by GitHub
commit dcb888d4c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -5,7 +5,7 @@ on:
schedule: weekly
workflow_dispatch:
timeout-minutes: 90
timeout-minutes: 180
permissions: read-all