Adjust timeouts

This commit is contained in:
Arpad Müller
2024-04-08 17:02:40 +02:00
parent 2e6afaa642
commit 6f714c308b

View File

@@ -462,7 +462,7 @@ jobs:
- name: Pytest regression tests
uses: ./.github/actions/run-python-test-set
# Hard timeout to prevent hanging tests, we also have set softer pytest timeout (set via `session_timeout`) which is shorter
timeout-minutes: 90
timeout-minutes: 110
with:
build_type: ${{ matrix.build_type }}
test_selection: regress
@@ -472,8 +472,8 @@ jobs:
real_s3_region: eu-central-1
rerun_flaky: true
pg_version: ${{ matrix.pg_version }}
# Set pytest session timeout to 30 minutes
session_timeout: '1800'
# Set pytest session timeout to 25 minutes
session_timeout: '1500'
env:
TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }}
CHECK_ONDISK_DATA_COMPATIBILITY: nonempty