From 987dc01ed725e3ef4c69a8151cc1eae5bd638c3d Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 5 Apr 2024 15:05:07 +0100 Subject: [PATCH] CI: set fix timeout value in seconds for regression tests --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0180e1d244..05492bd559 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -472,7 +472,7 @@ jobs: real_s3_region: eu-central-1 rerun_flaky: true pg_version: ${{ matrix.pg_version }} - session_timeout: '60' + session_timeout: '3600' env: TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }} CHECK_ONDISK_DATA_COMPATIBILITY: nonempty