diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index c1354eed80..71cb56df91 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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