Mailing List Archive

r3349 - branches/nuke/varnish-cache/bin/varnishtest
Author: sky
Date: 2008-10-26 19:48:32 +0100 (Sun, 26 Oct 2008)
New Revision: 3349

Modified:
branches/nuke/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
there are tests with failing DNS lookups, on OSX that takes more than 10 seconds, makes v00017.vtc pass

Modified: branches/nuke/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- branches/nuke/varnish-cache/bin/varnishtest/vtc_varnish.c 2008-10-26 18:12:47 UTC (rev 3348)
+++ branches/nuke/varnish-cache/bin/varnishtest/vtc_varnish.c 2008-10-26 18:48:32 UTC (rev 3349)
@@ -93,7 +93,7 @@
assert(i == strlen(cmd));
i = write(v->cli_fd, "\n", 1);
assert(i == 1);
- i = cli_readres(v->cli_fd, &retval, &r, 10.0);
+ i = cli_readres(v->cli_fd, &retval, &r, 60.0);
assert(i == 0);
vtc_dump(v->vl, 4, "CLI RX", r);
vtc_log(v->vl, 3, "CLI STATUS %u", retval);