Skip to content

Commit d2423be

Browse files
Merge branch 'topic/fix_memory_test' into 'master'
Fix test on Windows See merge request eng/ide/ada_language_server!1925
2 parents 44c9878 + d228fc8 commit d2423be

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)