From a0330768ff2679357c625fe78d9c96082fea71f7 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 9 May 2025 14:39:28 +0100 Subject: [PATCH] Update native test timeout to 45 mins (#2002) --- .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 2be2b8cde0..c280b46d34 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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