Commit a94b3a11 authored by Rogier 'DocWilco' Mulhuijzen's avatar Rogier 'DocWilco' Mulhuijzen Committed by Tollef Fog Heen

Wait a bit before trying to start/use varnishd again

parent f7f8e8cb
......@@ -53,6 +53,8 @@ varnish v1 -cliok "debug.persistent s0 dump"
# Panic worker so second segment does not get closed
varnish v1 -clierr 400 "debug.panic.worker"
delay 0.5
# start again
varnish v1 -start
......
......@@ -42,6 +42,8 @@ varnish v1 -cliok "start"
varnish v1 -wait-running
sema r1 sync 2
delay 0.5
client c1 {
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