haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.61k stars 351 forks source link

Track down unconditional wait in test and find replacement #4299

Open soulomoon opened 2 weeks ago

soulomoon commented 2 weeks ago

In the testsuit, there are a lot of places using the unconditional wait with timeout. We might want to sweep them out. By comming up with conditional wait instead of uncontional wait with timeout.