From db4bdc47f0c3db0a5cfdc1ce8f6bf4c7eefc7d9e Mon Sep 17 00:00:00 2001 From: "Felipe N. Schuch" Date: Thu, 19 Oct 2023 16:47:25 -0300 Subject: [PATCH] ci: add timeout when testing the API (#384) (cherry picked from commit 38cbbfbc7a208647c9c0eafd2b663000948383ab) --- .github/workflows/test_on_push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_on_push.yaml b/.github/workflows/test_on_push.yaml index 95fffa24..350ff366 100644 --- a/.github/workflows/test_on_push.yaml +++ b/.github/workflows/test_on_push.yaml @@ -34,6 +34,7 @@ jobs: api-tests: name: "jobbergate-api tests" runs-on: "ubuntu-20.04" + timeout-minutes: 10 steps: - uses: actions/checkout@v3 - name: Run QA