Commit aeee5b5a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

If we rely on VSL order, space the requests a fraction of a second

to ensure this order
parent 59474412
......@@ -44,11 +44,13 @@ client c1 {
rxresp
expect resp.status == 200
expect resp.msg == "OK"
delay .1
txreq -url "/synth"
rxresp
expect resp.status == 200
expect resp.msg == "Synth test"
delay .1
txreq -url "/error"
rxresp
......
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