test: Stabilize fellow_coverage.vtc

parent 9ba39486
......@@ -41,6 +41,9 @@ varnish v1 -vcl+backend {
sub vcl_backend_response {
set beresp.do_stream = false;
}
sub vcl_backend_error {
set beresp.ttl = 1m;
}
}
logexpect l1 -v v1 -g vxid -q {BereqURL ~ "^/256k.1"} {
......
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