3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-07 06:28:18 +00:00

Increase timeout for clang-tidy workflow to 160 minutes

This commit is contained in:
Nikolaj Bjorner 2026-08-03 18:47:31 -07:00 committed by GitHub
parent 6592354bba
commit a11b4aacff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
build:
name: Build Z3 with clang-tidy warnings
runs-on: ubuntu-latest
timeout-minutes: 90
timeout-minutes: 160
env:
DETLEFS_WARNING_FLAGS: -Wgnu-anonymous-struct
steps: