[master] 0d370c8 Give varnishlog a chance to start on slow systems

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 5 11:34:07 UTC 2018


commit 0d370c83db6d1dbc671994aa2a6afd71315317c6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 5 11:32:33 2018 +0000

    Give varnishlog a chance to start on slow systems

diff --git a/bin/varnishtest/tests/t02000.vtc b/bin/varnishtest/tests/t02000.vtc
index c2a1b0a..c116466 100644
--- a/bin/varnishtest/tests/t02000.vtc
+++ b/bin/varnishtest/tests/t02000.vtc
@@ -21,6 +21,8 @@ varnish v1 -cliok "param.set vsl_mask +H2RxHdr,+H2RxBody,+H2TxHdr,+H2TxBody"
 
 process p1 {exec varnishlog -n ${v1_name} -g raw -w ${tmpdir}/vlog -A} -start
 
+delay 1
+
 client c1 {
 	txpri
 	expect_close


More information about the varnish-commit mailing list