mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 03:16:21 +00:00
Increase Clang Static Analyzer workflow timeout from 90 to 180 minutes
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
af201a8faf
commit
51c84fb295
2 changed files with 2 additions and 2 deletions
2
.github/workflows/csa-analysis.lock.yml
generated
vendored
2
.github/workflows/csa-analysis.lock.yml
generated
vendored
|
|
@ -652,7 +652,7 @@ jobs:
|
||||||
- name: Execute GitHub Copilot CLI
|
- name: Execute GitHub Copilot CLI
|
||||||
id: agentic_execution
|
id: agentic_execution
|
||||||
# Copilot CLI tool arguments (sorted):
|
# Copilot CLI tool arguments (sorted):
|
||||||
timeout-minutes: 90
|
timeout-minutes: 180
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
# shellcheck disable=SC1003
|
# shellcheck disable=SC1003
|
||||||
|
|
|
||||||
2
.github/workflows/csa-analysis.md
vendored
2
.github/workflows/csa-analysis.md
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
schedule: weekly
|
schedule: weekly
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
timeout-minutes: 90
|
timeout-minutes: 180
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue