Skip to content

Commit 2cba00d

Browse files
Fix test on Windows
Initial memory footprint is a bit lower than on Linux. For eng/ide/ada_language_server#1596
1 parent 47daaae commit 2cba00d

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)