From 6a6fa511eda27b41f86bd3bcf26e11ed148c8667 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 1 Aug 2008 10:06:56 +0000 Subject: [PATCH] Longer delay for panic to complete. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3056 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/v00010.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtest/tests/v00010.vtc b/varnish-cache/bin/varnishtest/tests/v00010.vtc index b89570aa..d3f5a12b 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 1.5 + delay 2.5 } -run server s1 { -- 2.39.5