From b4e3cdac8160b6aa7c5975989a7cff50a53eca3d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 3 Jul 2024 10:10:07 +0100 Subject: build: increase CI test timeout whilst running clippy takes ~2m and tests take ~5m 10s, 'set up job' can take anywhere from 1s to 2ms --- .github/workflows/clippy_rustfmt_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/clippy_rustfmt_test.yaml') diff --git a/.github/workflows/clippy_rustfmt_test.yaml b/.github/workflows/clippy_rustfmt_test.yaml index 5253814..c22d187 100644 --- a/.github/workflows/clippy_rustfmt_test.yaml +++ b/.github/workflows/clippy_rustfmt_test.yaml @@ -5,7 +5,7 @@ name: build test jobs: ci: runs-on: ubuntu-latest - timeout-minutes: 8 + timeout-minutes: 15 steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 -- cgit v1.2.3