From 4430af0ad4a23e1c7f706d6f3f0f2e26acde1712 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 22 Jul 2008 09:02:17 +0000 Subject: [PATCH] slightly more delay seems necessary for stability. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2987 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/v00010.vtc | 2 +- varnish-cache/bin/varnishtest/vtc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishtest/tests/v00010.vtc b/varnish-cache/bin/varnishtest/tests/v00010.vtc index 3ef44869..fee650bc 100644 --- a/varnish-cache/bin/varnishtest/tests/v00010.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00010.vtc @@ -26,7 +26,7 @@ client c1 { txreq -url "/foo" # Don't expect answer, the server crashed. sema r1 sync 2 - delay .5 + delay 1.5 } -run server s1 { diff --git a/varnish-cache/bin/varnishtest/vtc.c b/varnish-cache/bin/varnishtest/vtc.c index 92e7e0c1..89333d21 100644 --- a/varnish-cache/bin/varnishtest/vtc.c +++ b/varnish-cache/bin/varnishtest/vtc.c @@ -134,7 +134,7 @@ parse_string(char *buf, const struct cmds *cmd, void *priv) p++; } else { if (*p == '\n') - fprintf(stderr, "Unterminated quoted string\n"); + fprintf(stderr, "Unterminated quoted string in line:\n%s", p); assert(*p != '\n'); *q++ = *p; } -- 2.39.5