From 6f714c308b284afd1eda2b918e1ba47c506cb275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Mon, 8 Apr 2024 17:02:40 +0200 Subject: [PATCH] Adjust timeouts --- .github/workflows/build_and_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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