Commit 41eb79a6 authored by Nils Goroll's avatar Nils Goroll

stabilize timing-sensitive test

There are two one-second delays on the server side, but varnishd might
read the response a bit longer after the first delay such that the
second interval is shortened from the varnish perspective.
parent fff0dc7a
......@@ -37,7 +37,7 @@ logexpect l1 -v v1 -g request {
expect * = Timestamp {Start: \S+ 0\.000000 0\.000000}
expect * = Timestamp {Bereq: \S+ 0\.\d+ 0\.\d+}
expect * = Timestamp {Beresp: \S+ 1\.\d+ [01]\.\d+}
expect * = Timestamp {BerespBody: \S+ 2\.\d+ 1\.\d+}
expect * = Timestamp {BerespBody: \S+ 2\.\d+ (1\.\d+|0\.9)}
expect * = End
expect 0 1003 Begin {req 1001 restart}
expect * = Timestamp {Start: \S+ 2\.\d+ 0\.\d+}
......
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