CI: Limit deletion integration tests to 60 minutes

This commit is contained in:
Pavel Zorin 2025-11-03 16:20:03 +01:00
parent 8d7c4d5384
commit b8241e58e5

View file

@ -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) }}