Commit 3c07752d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We eliminated death-row, so this test can run much faster now.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4375 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3cf93402
......@@ -6,7 +6,7 @@ server s1 {
rxreq
expect req.url == "/"
txresp -hdr "Cache-control: max-age = 1" -body "1111\n"
delay 20
sema r1 sync 2
rxreq
expect req.url == "/"
txresp -hdr "Cache-control: max-age = 1" -body "22222\n"
......@@ -22,7 +22,8 @@ client c1 {
expect resp.status == 200
} -run
delay 20
sema r1 sync 2
delay 1.1
client c2 {
txreq -url "/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment