From bc6b4ebb51ffe27b8c7dda81193537163e93afda Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Sat, 7 Aug 2021 15:04:11 -0700 Subject: [PATCH] ci: add timeout to limit MacOS build time --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9859687..d9ebd1c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,4 +26,6 @@ jobs: distribution: adopt-hotspot java-version: 8 - name: Build and Test + # TODO investigate long build times on MacOS + timeout-minutes: 10 run: mvn -B package