ci: Long running tests for 60 mins

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-02-29 18:21:18 +02:00
parent 593fbeb957
commit 1fc1bb4152
+1 -1
View File
@@ -368,7 +368,7 @@ jobs:
name: "Test (Light Client Long Running)"
runs-on: ubuntu-latest
needs: [clippy, wasm_clippy, check, wasm_check, docs]
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v4