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.
2 parents 47daaae + 2cba00d commit 1ee4346Copy full SHA for 1ee4346
testsuite/ada_lsp/initial_memory_footprint/test.py
@@ -49,7 +49,7 @@ async def check_memory_footprint(
49
)
50
async def test_with_indexing(lsp: ALSLanguageClient) -> None:
51
await check_memory_footprint(
52
- lsp, footprint_lower_bound=600, footprint_upper_bound=650
+ lsp, footprint_lower_bound=550, footprint_upper_bound=650
53
54
55
0 commit comments