Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
ci: add timeout to limit MacOS build time
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 7, 2021
1 parent d36b880 commit bc6b4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc6b4eb

Please sign in to comment.