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,