Details
Description
We've determined that when starting the master in a unit test, instead of milliseconds, it takes upwards of five seconds to start. However, providing a set of flags where `hostname` is specified, it takes less than a second. We've determined that the `net::hostname` call on Windows is taking an inordinate amount of time, and this is problematic when every instantiation of a master or agent uses it, especially across hundreds of tests.