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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user