From 73de68e822d116f7d53c07d7baedd1fe5376fcf9 Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Mon, 12 May 2025 15:36:33 +0200 Subject: [PATCH] Update tests_ci.yml with a timeout at the job level. --- .github/workflows/tests_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index 5291aa0..8641eb7 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -13,6 +13,7 @@ jobs: test: name: Build & Test runs-on: ubuntu-latest + timeout-minutes: 15 steps: - name: Checkout uses: actions/checkout@v4 @@ -57,4 +58,4 @@ jobs: if [[ "${{ steps.integration-tests.outcome }}" != "success" ]]; then echo "Integration tests failed" exit 1 - fi \ No newline at end of file + fi