From 8f0a0440ba2a0e4672ef8410b0205cf74c2b03ed Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 8 Apr 2024 12:29:24 +0100 Subject: [PATCH] CI: reduce session timeout to 30 minutes --- .github/workflows/build_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 05492bd559..c1354eed80 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -472,7 +472,8 @@ jobs: real_s3_region: eu-central-1 rerun_flaky: true pg_version: ${{ matrix.pg_version }} - session_timeout: '3600' + # Set pytest session timeout to 30 minutes + session_timeout: '1800' env: TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }} CHECK_ONDISK_DATA_COMPATIBILITY: nonempty