From 0226a67603287a2f712e142a35f9a6d2b7f606a2 Mon Sep 17 00:00:00 2001 From: Kosntantin Knizhnik Date: Wed, 23 Jul 2025 14:43:55 +0300 Subject: [PATCH] Restore timeout for test_unlogged_)build_test --- test_runner/performance/test_unlogged_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/performance/test_unlogged_build.py b/test_runner/performance/test_unlogged_build.py index 8eb3e9d423..691af81465 100644 --- a/test_runner/performance/test_unlogged_build.py +++ b/test_runner/performance/test_unlogged_build.py @@ -13,6 +13,7 @@ if TYPE_CHECKING: # We need to create quite large index (more than one gigabyte segment) to reproduce write error caused by this race condition # (backend completed unlogged build removes local files while backend evicting page tries to write to the file). # If index size is smaller than segment size, the problem is avoided by file descriptor cache which prevents file deletion. +@pytest.mark.timeout(10000) def test_unlogged_build(neon_env_builder: NeonEnvBuilder): n_connections = 4 shared_buffers = 128