From d3fc8c42868d145de91b19f7a7eb3d505d5babbd Mon Sep 17 00:00:00 2001 From: k-boikov <64261260+k-boikov@users.noreply.github.com> Date: Fri, 26 May 2023 02:15:27 +0300 Subject: [PATCH] add 30 min timeout for tests (#4416) --- .github/workflows/ci.yml | 1 + .github/workflows/docker-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94c963a4..2f36053e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: # comments (to avoid publishing multiple comments in the same PR) contents: write runs-on: ubuntu-latest + timeout-minutes: 30 strategy: matrix: python-version: ["3.10"] diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 315c42e5..681eb4af 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -73,6 +73,7 @@ jobs: # Docker setup needs fixing before this is going to work: #1843 test: runs-on: ubuntu-latest + timeout-minutes: 30 needs: build steps: - name: Checkout repository