Make LFC prewarming test case less sensitive to LFC chunk size

Namely, this makes it pass with the new communicator, which doesn't do
chunking at all.
This commit is contained in:
Heikki Linnakangas
2025-08-01 00:24:01 +03:00
parent e466cd1eb2
commit 8ed56decfb

View File

@@ -204,7 +204,7 @@ def test_lfc_prewarm_cancel(neon_simple_env: NeonEnv):
"shared_buffers=1MB",
"neon.max_file_cache_size=1GB",
"neon.file_cache_size_limit=1GB",
"neon.file_cache_prewarm_limit=1000",
"neon.file_cache_prewarm_limit=2000000",
]
endpoint = env.endpoints.create_start(branch_name="main", config_lines=cfg)