mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
It is possible for the test cases in ClientTest to block indefinitely. To avoid that, we can instead run them on a background thread and cancel the thread if that happens.