From 1fc1bb41529676e018aa5789fe7d92676ae89277 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 29 Feb 2024 18:21:18 +0200 Subject: [PATCH] ci: Long running tests for 60 mins Signed-off-by: Alexandru Vasile --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dda0013f7c..8d30c54a88 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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