change runner

This commit is contained in:
Alexey Masterov
2025-05-21 08:38:18 +02:00
parent 20de8c2d52
commit 1ec150b7d2
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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,