Skip to content

Commit d228fc8

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 44c9878 commit d228fc8

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
@@ -64,5 +64,5 @@ async def test_with_indexing(lsp: ALSLanguageClient) -> None:
6464
)
6565
async def test_without_indexing(lsp: ALSLanguageClient) -> None:
6666
await check_memory_footprint(
67-
lsp, footprint_lower_bound=70, footprint_upper_bound=150
67+
lsp, footprint_lower_bound=50, footprint_upper_bound=150
6868
)

0 commit comments

Comments
 (0)