From ec89876612a62fab60a4051887c32badef769918 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 22 Jul 2025 18:52:37 +0300 Subject: [PATCH] Update test_runner/performance/test_unlogged_build.py Co-authored-by: Heikki Linnakangas --- test_runner/performance/test_unlogged_build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_runner/performance/test_unlogged_build.py b/test_runner/performance/test_unlogged_build.py index 4f5c8e1370..44cdbd163b 100644 --- a/test_runner/performance/test_unlogged_build.py +++ b/test_runner/performance/test_unlogged_build.py @@ -13,7 +13,6 @@ 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 = 1024