From ff6842ad3d2914c49e23da3eb2d9768c34660d24 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Wed, 9 Oct 2024 23:16:05 -0400 Subject: [PATCH] ci(check-and-build-and-test): extend the timeout for the `msrv` job --- .github/workflows/check-and-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-and-build-and-test.yml b/.github/workflows/check-and-build-and-test.yml index 756941c..d1813fd 100644 --- a/.github/workflows/check-and-build-and-test.yml +++ b/.github/workflows/check-and-build-and-test.yml @@ -211,7 +211,7 @@ jobs: target: x86_64-pc-windows-msvc name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) runs-on: ${{ matrix.supporteds.runner }} - timeout-minutes: 2 + timeout-minutes: 4 steps: - name: Checkout repository uses: actions/checkout@v4