fix: increase CI timeouts to 90m and exclude wasm-dependent doc-test

Cold cache builds exceed 45m limit. Also exclude pezsc-basic-authorship
from doc-tests as it requires wasm binary (incompatible with SKIP_WASM_BUILD).
This commit is contained in:
2026-02-12 04:29:02 +03:00
parent f675407c8b
commit 50a5198ffb
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
runs-on: ${{ needs.preflight.outputs.RUNNER }}
needs: [preflight]
if: ${{ needs.preflight.outputs.changes_rust }}
timeout-minutes: 45
timeout-minutes: 90
container:
image: ${{ needs.preflight.outputs.IMAGE }}
volumes:
@@ -57,7 +57,7 @@ jobs:
runs-on: ${{ needs.preflight.outputs.RUNNER }}
needs: [preflight, cargo-clippy]
if: ${{ always() && !cancelled() && needs.preflight.outputs.changes_rust }}
timeout-minutes: 45
timeout-minutes: 90
container:
image: ${{ needs.preflight.outputs.IMAGE }}
volumes: