Skip to content

Commit 1ee4346

Browse files
Merge branch 'topic/memory-footprint' into 'master'
Fix test on Windows See merge request eng/ide/ada_language_server!1920
2 parents 47daaae + 2cba00d commit 1ee4346

File tree

1 file changed

+1
-1
lines changed
  • testsuite/ada_lsp/initial_memory_footprint

1 file changed

+1
-1
lines changed

testsuite/ada_lsp/initial_memory_footprint/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def check_memory_footprint(
4949
)
5050
async def test_with_indexing(lsp: ALSLanguageClient) -> None:
5151
await check_memory_footprint(
52-
lsp, footprint_lower_bound=600, footprint_upper_bound=650
52+
lsp, footprint_lower_bound=550, footprint_upper_bound=650
5353
)
5454

5555

0 commit comments

Comments
 (0)