It may be that "localhost" maps to IPv6 first, fails, then goes to IPv4. I see that on my Mac. On Jun 2, 2012 7:15 AM, "Bert Huijben" <b...@vmoo.com> wrote:
> > > > -----Original Message----- > > From: rhuij...@apache.org [mailto:rhuij...@apache.org] > > Sent: zaterdag 2 juni 2012 12:35 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1345479 - > > /subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd > > > > Author: rhuijben > > Date: Sat Jun 2 10:34:33 2012 > > New Revision: 1345479 > > > > URL: http://svn.apache.org/viewvc?rev=1345479&view=rev > > Log: > > * svntest-test.cmd > > Use 127.0.0.1 instead of localhost to avoid a dns lookup and > > to avoid future ipv6 weirdness. > > This stupid trick reduces the total test time for the w2k3 ra buildbot by > about 40%. (Same influence on serf and ra svn) > > I'm not sure what causes this issue (yet) and if it is Windows 2003 > specific, but it might be useful for other Windows runs on ra_svn and > ra_dav_*. > > Bert > > >