From 8f8bfcb536a56a6fefde62c4a6ba2289be2b88b9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 29 Feb 2024 12:40:55 +0000 Subject: build: timeout ci tests after 8 minutes as runs are now taking slightly longer than 5 minutes --- .github/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index a323171..5d2555d 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: 5 + timeout-minutes: 8 strategy: matrix: rust: -- cgit v1.2.3