Commit 778d0d1b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make this test 0.1 second more tolerant of timing on loaded systems

parent 71ec63fc
......@@ -30,12 +30,12 @@ client c1 {
rxresp
expect resp.bodylen == 40
expect resp.http.x-ttl == 23.000
expect resp.http.x-remaining-ttl ~ ^17\.0|^16\.9
expect resp.http.x-remaining-ttl ~ ^17\.0|^16\.[89]
delay 2
txreq
rxresp
expect resp.bodylen == 40
expect resp.http.x-ttl == 23.000
expect resp.http.x-remaining-ttl ~ ^15\.0|^14\.9
expect resp.http.x-remaining-ttl ~ ^15\.0|^14\.[89]
} -run
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