From 4fb051f233e474dd80746fe3bd22ce1f4dc39ad9 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:49:24 +0300 Subject: [PATCH] git: Increase light client test timeout to 25 mins (#1065) 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 628d0920bd..395343ecb7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -169,7 +169,7 @@ jobs: nonwasm_light_client_tests: name: "Test Light Client" runs-on: ubuntu-latest-16-cores - timeout-minutes: 15 + timeout-minutes: 25 steps: - name: Checkout sources uses: actions/checkout@v3