Commit 12ceffa0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add small delays to improve the chances of logexpect working

parent a6e6c8b5
......@@ -51,14 +51,20 @@ client c1 {
rxresp
expect resp.http.Obj-Hits == 0
delay .1
txreq
rxresp
expect resp.http.Obj-Hits == 0
delay .1
txreq -hdr "Hash: always-miss"
rxresp
expect resp.http.Obj-Hits == 0
delay .1
txreq
rxresp
expect resp.http.Obj-Hits == 1
......
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