sbt/testing/src/main
Ethan Atkins 27e93601b5 Add warning for slow hostname lookups on OS X
I spent a lot of time debugging why it took 5 seconds to run tests each
time. It turns out that if the hostname is not set explicitly on os x,
then getaddrinfo takes 5 seconds to try (and fail) to resolve the dns
entry for the localhostname. This is easily fixed by setting the
hostname, but it is not at all easy to figure out that a slow hostname
lookup is the reason why tests are slow to start.

I don't know if this is a common issue on other platforms, so only issue
the warning on OS X.
2018-06-06 10:53:46 -07:00
..
contraband Send testing events to logger 2017-04-01 17:19:45 -04:00
contraband-scala/sbt/protocol/testing Upgrade to contraband 0.4.0 2018-03-12 15:39:07 +00:00
scala/sbt Add warning for slow hostname lookups on OS X 2018-06-06 10:53:46 -07:00