CI: Limit deletion integration tests to 60 minutes
This commit is contained in:
parent
8d7c4d5384
commit
b8241e58e5
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ jobs:
|
||||||
run-soft-deletion-test:
|
run-soft-deletion-test:
|
||||||
name: Soft Delete test ${{ matrix.python-version }} on ${{ matrix.os }}
|
name: Soft Delete test ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 60
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ${{ fromJSON(inputs.python-versions) }}
|
python-version: ${{ fromJSON(inputs.python-versions) }}
|
||||||
|
|
@ -218,6 +219,7 @@ jobs:
|
||||||
run-hard-deletion-test:
|
run-hard-deletion-test:
|
||||||
name: Hard Delete test ${{ matrix.python-version }} on ${{ matrix.os }}
|
name: Hard Delete test ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 60
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ${{ fromJSON(inputs.python-versions) }}
|
python-version: ${{ fromJSON(inputs.python-versions) }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue