From e3ca5c933d04031d77b0da7a4482c85bbed60553 Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Fri, 30 Aug 2024 10:46:40 -0400 Subject: [PATCH] Set timeout for pytest workflow to 1 hour --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 64b1efef4..2c4129287 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,6 +16,7 @@ jobs: test: name: pytest with coverage runs-on: ubuntu-latest + timeout-minutes: 60 steps: - name: Cancel Previous Runs