File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
configuration_warning_null_setting Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 # Disable indexing to avoid wasting computation resources and risking test
2929 # timeouts
3030 "enableIndexing" : False
31- }
31+ },
32+ timeout = 30 ,
3233)
3334async def do_testing (lsp : ALSLanguageClient ) -> None :
3435 # Set configuration file
Original file line number Diff line number Diff line change 2323 # Disable indexing to avoid wasting computation resources and risking test
2424 # timeouts
2525 "enableIndexing" : False
26- }
26+ },
27+ timeout = 30 ,
2728)
2829async def main (lsp : ALSLanguageClient ) -> None :
2930 # There is no config file
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ async def check_memory_footprint(
4545 "--tracefile" ,
4646 "./traces_with_runtime_indexing.cfg" ,
4747 ]
48- )
48+ ),
49+ timeout = 30 ,
4950)
5051async def test_with_indexing (lsp : ALSLanguageClient ) -> None :
5152 await check_memory_footprint (
You can’t perform that action at this time.
0 commit comments