From 8b6e040f5e3313f60bce3c30cbef5e1708ae840e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 26 Jun 2023 13:09:12 +0100 Subject: [PATCH] Add timeout for native build --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8fe05b23..032ae050 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -38,6 +38,7 @@ jobs: node-version: '16' - run: | ./gradlew clean build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -PspringShellSampleE2E=true + timeout-minutes: 30 - uses: actions/upload-artifact@v3 with: name: spring-shell-samples-${{ matrix.nickname }}