Restore timeout for test_unlogged_)build_test

This commit is contained in:
Kosntantin Knizhnik
2025-07-23 14:43:55 +03:00
committed by Konstantin Knizhnik
parent d6d39f790b
commit 0226a67603

View File

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