From 402a6894e19e9c972c91fd180993fa5e99ac3e20 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Tue, 15 Oct 2024 15:28:09 -0400 Subject: [PATCH] ci(check-and-build-and-test): increase the timeout of all jobs --- .github/workflows/check-and-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-and-build-and-test.yml b/.github/workflows/check-and-build-and-test.yml index ef94653..60d283b 100644 --- a/.github/workflows/check-and-build-and-test.yml +++ b/.github/workflows/check-and-build-and-test.yml @@ -88,7 +88,7 @@ jobs: target: x86_64-pc-windows-msvc name: Check and build ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} runs-on: ${{ matrix.supporteds.runner }} - timeout-minutes: 5 + timeout-minutes: 8 env: # https://github.com/rust-lang/stacker/issues/80#issuecomment-1547991131 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc @@ -165,7 +165,7 @@ jobs: target: x86_64-pc-windows-msvc name: Test ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) runs-on: ${{ matrix.supporteds.runner }} - timeout-minutes: 5 + timeout-minutes: 8 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -212,7 +212,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: 4 + timeout-minutes: 8 steps: - name: Checkout repository uses: actions/checkout@v4