From 99d9d77ae75909d256ca01af083ad67e5c650259 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Thu, 3 Oct 2024 19:19:43 +0200 Subject: [PATCH] test job timeout -> 30 --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index df3cce0..426f6ea 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -42,7 +42,7 @@ jobs: test: runs-on: minafoundation-xlarge-runners - timeout-minutes: 10 + timeout-minutes: 30 steps: - uses: actions/checkout@v4 - uses: dsherret/rust-toolchain-file@v1