From b8241e58e5794f006122d4b61c4805a669fc217f Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Mon, 3 Nov 2025 16:20:03 +0100 Subject: [PATCH] CI: Limit deletion integration tests to 60 minutes --- .github/workflows/test_different_operating_systems.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index b6b3f7b3c..7a5288cf6 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -181,6 +181,7 @@ jobs: run-soft-deletion-test: name: Soft Delete test ${{ matrix.python-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} + timeout-minutes: 60 strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} @@ -218,6 +219,7 @@ jobs: run-hard-deletion-test: name: Hard Delete test ${{ matrix.python-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} + timeout-minutes: 60 strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }}