fix(ci): update UI test stderr files for pezsp_api rebrand, increase test-doc timeout

- Update 5 .stderr files: sp_api → pezsp_api references and column numbers
  (empty_impl_runtime_apis_call, impl_incorrect_method_signature,
   mock_advanced_hash_by_reference, mock_only_self_reference,
   type_reference_in_impl_runtime_apis_call)
- Increase test-doc timeout 180→300min (VPS needs ~3h for doc tests)
This commit is contained in:
2026-02-27 17:57:31 +03:00
parent 48d3a14808
commit aa45e1a108
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
test-doc:
runs-on: ${{ needs.preflight.outputs.RUNNER }}
timeout-minutes: 180
timeout-minutes: 300
needs: [preflight]
container:
image: ${{ needs.preflight.outputs.IMAGE }}