[master] 29f5d0f Increase the maximum test duration to a full minute since people seem to run into the 30 second timeout

Poul-Henning Kamp phk at varnish-cache.org
Thu Feb 17 22:54:40 CET 2011


commit 29f5d0fbc422c0d454ee6063a5d0e832a8004270
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Feb 17 21:53:59 2011 +0000

    Increase the maximum test duration to a full minute since people seem
    to run into the 30 second timeout

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index 3afc448..cd67225 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -84,7 +84,7 @@ static VTAILQ_HEAD(, vtc_tst) tst_head = VTAILQ_HEAD_INITIALIZER(tst_head);
 static struct vev_base *vb;
 static int njob = 0;
 static int npar = 1;			/* Number of parallel tests */
-static unsigned vtc_maxdur = 30;	/* Max duration of any test */
+static unsigned vtc_maxdur = 60;	/* Max duration of any test */
 static int vtc_continue;		/* Continue on error */
 static int vtc_verbosity = 1;		/* Verbosity Level */
 static int vtc_good;



More information about the varnish-commit mailing list