From: phk Date: Fri, 27 Jun 2008 13:09:15 +0000 (+0000) Subject: One second is too hysterical a timeout X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60de16261fbe6bd5d2c33162efa8a9f6cd131bb9;p=varnish One second is too hysterical a timeout git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2857 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/vtc_http.c b/varnish-cache/bin/varnishtest/vtc_http.c index cc4ddbec..4d49bddb 100644 --- a/varnish-cache/bin/varnishtest/vtc_http.c +++ b/varnish-cache/bin/varnishtest/vtc_http.c @@ -604,7 +604,7 @@ http_process(struct vtclog *vl, const char *spec, int sock, int client) hp->fd = sock; hp->vl = vl; hp->client = client; - hp->timeout = 1000; + hp->timeout = 3000; hp->nrxbuf = 8192; hp->vsb = vsb_newauto(); hp->rxbuf = malloc(hp->nrxbuf); /* XXX */