increase the timeout

This commit is contained in:
Alexey Masterov
2025-05-22 09:06:25 +02:00
parent 03474c09bd
commit 6748aa2e4a

View File

@@ -15,7 +15,7 @@ if TYPE_CHECKING:
from fixtures.pg_version import PgVersion
@pytest.mark.timeout(7200)
@pytest.mark.timeout(4*3600)
@pytest.mark.remote_cluster
def test_cloud_regress(
remote_pg: RemotePostgres,