Commit 836f1283 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a couple of tiny delays to stabilize this test.

parent fe325325
...@@ -31,11 +31,15 @@ client c1 { ...@@ -31,11 +31,15 @@ client c1 {
expect resp.bodylen == 2 expect resp.bodylen == 2
} -run } -run
delay .1
client c1 { client c1 {
txreq -req POST -nolen -hdr "Content-Length: 52" txreq -req POST -nolen -hdr "Content-Length: 52"
delay .3 delay .3
} -run } -run
delay .1
server s1 { server s1 {
rxreq rxreq
txresp txresp
......
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