We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c9878 commit d228fc8Copy full SHA for d228fc8
testsuite/ada_lsp/initial_memory_footprint/test.py
@@ -64,5 +64,5 @@ async def test_with_indexing(lsp: ALSLanguageClient) -> None:
64
)
65
async def test_without_indexing(lsp: ALSLanguageClient) -> None:
66
await check_memory_footprint(
67
- lsp, footprint_lower_bound=70, footprint_upper_bound=150
+ lsp, footprint_lower_bound=50, footprint_upper_bound=150
68
0 commit comments