From eaf1fd5186415c93421a1ad9d2a89836b876519a Mon Sep 17 00:00:00 2001 From: guentherm Date: Tue, 9 Apr 2024 09:20:30 +0200 Subject: [PATCH] #550 Increase Maven build timeout --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a122b917..7679f08a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ on: jobs: build_maven: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 90 steps: - uses: actions/checkout@v3