sbt/testing
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
..
agent/src/main/java/sbt Use ConcurrentLinkedDeque for EventHandler 2018-03-21 10:50:30 -07:00
src/main Add warning for slow hostname lookups on OS X 2018-06-06 10:53:46 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00