From 60de16261fbe6bd5d2c33162efa8a9f6cd131bb9 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 27 Jun 2008 13:09:15 +0000 Subject: [PATCH] One second is too hysterical a timeout git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2857 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/vtc_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5