mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +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.