From 8240715f5c329db26b9afc81cfe15b79d95b435f Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Thu, 1 Feb 2024 23:30:55 +0800 Subject: [PATCH] Add timeout for the action (#113) * Add timeout for the action * Shorten timelimit to 15min --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f8a18126..73cc62a7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,6 +19,7 @@ on: jobs: build: runs-on: ${{ matrix.os }} + timeout-minutes: 15 env: HAVE_ACCESS_TO_SECRETS: ${{ secrets.RUNDB_API_URL }} strategy: