From c28d61c257b042f86e26c1221b86cfe12f8cb3d7 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:33:29 +0200 Subject: [PATCH] ci: Reduce the light client timeout to 15 minutes (#1373) * ci: Reduce the light client timpeut to 15 seconds Signed-off-by: Alexandru Vasile * ci: Use ubuntu-latest for light-client tests Signed-off-by: Alexandru Vasile --------- Signed-off-by: Alexandru Vasile --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ed5d8fe04b..7bdd656ba4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -218,8 +218,8 @@ jobs: light_client_tests: name: "Test (Light Client)" - runs-on: ubuntu-latest-16-cores - timeout-minutes: 30 + runs-on: ubuntu-latest + timeout-minutes: 15 steps: - name: Checkout sources uses: actions/checkout@v4