Update native test timeout to 45 mins (#2002)

This commit is contained in:
James Wilson
2025-05-09 14:39:28 +01:00
committed by GitHub
parent 411a807d50
commit a0330768ff
+1 -1
View File
@@ -286,7 +286,7 @@ jobs:
name: "Test (Native)"
runs-on: parity-large
needs: [clippy, wasm_clippy, check, wasm_check, docs]
timeout-minutes: 30
timeout-minutes: 45
steps:
- name: Checkout sources
uses: actions/checkout@v4