From 0b9c7521b035e60ad7c458c1e782623e18a5cc21 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 5 Feb 2024 00:00:00 +0000 Subject: build: timeout ci tests after 20 minutes this overrides the default timeout of 6h which is excessive --- .github/workflows/build_test.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index f61d7e3..3e1e0fe 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -5,6 +5,7 @@ name: build test jobs: ci: runs-on: ubuntu-latest + timeout-minutes: 20 strategy: matrix: rust: -- cgit v1.2.3