From dd2bfeaff3062d7a8fd7cb71554011ccd6174fb7 Mon Sep 17 00:00:00 2001 From: Imri Paran Date: Wed, 5 Mar 2025 18:22:05 +0100 Subject: [PATCH] chore: timeout py-tests after 180 minutes (#20077) * chore: timeout py-tests after 120 * Update py-tests.yml --- .github/workflows/py-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index ced4bfdd439..4c50cca4c32 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -36,6 +36,7 @@ concurrency: cancel-in-progress: true jobs: + timeout-minutes: 180 py-run-tests: runs-on: ubuntu-latest strategy: