Commit 251ef931 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Stabilize d00011 on s390 with a longer delay

parent c29bd90c
......@@ -31,7 +31,7 @@ varnish v1 -vcl {
sub vcl_backend_fetch {
set bereq.backend = s1.backend();
# hot swap should happen while we sleep
vtc.sleep(2s);
vtc.sleep(3s);
if (std.healthy(bereq.backend)) {
return(abandon);
} else {
......
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