From 6748aa2e4a17e77390ba281df6d274b77339de44 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Thu, 22 May 2025 09:06:25 +0200 Subject: [PATCH] increase the timeout --- test_runner/cloud_regress/test_cloud_regress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/cloud_regress/test_cloud_regress.py b/test_runner/cloud_regress/test_cloud_regress.py index b90f5c5afc..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(7200) +@pytest.mark.timeout(4*3600) @pytest.mark.remote_cluster def test_cloud_regress( remote_pg: RemotePostgres,