From 595096b8c788c9ecaf4ca0a4bb085d067332fb40 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 5 Oct 2008 10:23:12 +0000 Subject: [PATCH] Use built in delay function git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3245 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/v00014.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtest/tests/v00014.vtc b/varnish-cache/bin/varnishtest/tests/v00014.vtc index 4acd9c1f..1b9d3779 100644 --- a/varnish-cache/bin/varnishtest/tests/v00014.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00014.vtc @@ -38,7 +38,7 @@ client c1 { expect resp.status == 500 } -run -shell "sleep 1" +delay 1 client c2 { txreq -- 2.39.5