scalacenter/bloop

Allow to cancel hanged compilation

tgodzik opened this issue · 1 comments

Related to VirtusLab/scala-cli#1905

When a compilation hangs there is currently no way to kill it, which means it will run indefinitely in Bloop. We already have working cancel, we should also have a fallback that cancels compilation when it hasn't finished after a few more seconds.

Duplicate #2019