Update tests_ci.yml with a timeout at the job level.

This commit is contained in:
Hemang Sarkar
2025-05-12 15:36:33 +02:00
committed by GitHub
parent dbab86e0ac
commit 73de68e822

View File

@@ -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
fi