r2857 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Fri Jun 27 15:09:15 CEST 2008


Author: phk
Date: 2008-06-27 15:09:15 +0200 (Fri, 27 Jun 2008)
New Revision: 2857

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_http.c
Log:
One second is too hysterical a timeout



Modified: trunk/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_http.c	2008-06-27 12:58:46 UTC (rev 2856)
+++ trunk/varnish-cache/bin/varnishtest/vtc_http.c	2008-06-27 13:09:15 UTC (rev 2857)
@@ -604,7 +604,7 @@
 	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 */




More information about the varnish-commit mailing list