From 9012d37f4a6c8b7958aab3a1b2794c7421c94dce Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 15 Feb 2024 07:47:57 +0000 Subject: build: timeout ci tests after 5 minutes 0b9c7521b035e60ad7c458c1e782623e18a5cc21 set this to 20 minutes from 6h but it only 3m to run on each channel --- .github/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 3e1e0fe..a323171 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -5,7 +5,7 @@ name: build test jobs: ci: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 5 strategy: matrix: rust: -- cgit v1.2.3