3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 11:35:42 +00:00

Increase Ubuntu OCaml regression timeout in CI

This commit is contained in:
copilot-swe-agent[bot] 2026-07-09 01:59:46 +00:00 committed by GitHub
parent 1db0258f11
commit f37be0ec64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,7 +205,7 @@ jobs:
run: git clone https://github.com/z3prover/z3test z3test
- name: Run regressions
run: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
run: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2 smt2 $(nproc) 120
- name: Generate documentation
run: |