From 1ec150b7d255b4d4b443bc2230584270a9227caf Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 21 May 2025 08:38:18 +0200 Subject: [PATCH] change runner --- .github/workflows/cloud-regress.yml | 4 ++-- test_runner/cloud_regress/test_cloud_regress.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index dfc6748da1..4f2abc86a6 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -30,8 +30,8 @@ jobs: matrix: pg-version: [17] - runs-on: us-east-2 - #runs-on: small + #runs-on: us-east-2 + runs-on: small container: image: ghcr.io/neondatabase/build-tools:pinned-bookworm credentials: diff --git a/test_runner/cloud_regress/test_cloud_regress.py b/test_runner/cloud_regress/test_cloud_regress.py index 59ea59a8b6..3a8372c533 100644 --- a/test_runner/cloud_regress/test_cloud_regress.py +++ b/test_runner/cloud_regress/test_cloud_regress.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: from fixtures.pg_version import PgVersion -@pytest.mark.timeout(10800) +@pytest.mark.timeout(4*3600) @pytest.mark.remote_cluster def test_cloud_regress( remote_pg: RemotePostgres,