Commit e68288fe authored by Nils Goroll's avatar Nils Goroll

make test less time sensitive

Seen fail on travis:

**   c1    2.7 === expect resp.status == 200
**** c1    2.7 EXPECT resp.status (200) == "200" match
**   c1    2.7 === expect resp.http.Age == 1
---- c1    2.7 EXPECT resp.http.Age (2) == "1" failed
parent a4ea4a07
......@@ -21,7 +21,7 @@ client c1 {
expect resp.status == 200
expect resp.http.Age == 0
delay 1.0
delay 0.2
txreq -url "/"
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