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