[master] a66ec75 Give more delay u00001.vtc for slower architectures

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jun 17 16:08:39 CEST 2015


commit a66ec75dcb41a8dfd9b2e241e33d8ea24a6ac0c5
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 17 16:04:53 2015 +0200

    Give more delay u00001.vtc for slower architectures

diff --git a/bin/varnishtest/tests/u00001.vtc b/bin/varnishtest/tests/u00001.vtc
index f362a0c..8f35294 100644
--- a/bin/varnishtest/tests/u00001.vtc
+++ b/bin/varnishtest/tests/u00001.vtc
@@ -15,7 +15,7 @@ varnish v1 -vcl+backend "" -start
 process p1 "exec ${varnishncsa} -n ${v1_name} -w ${tmpdir}/ncsa.log -F %s" -start
 
 # give varnishncsa enough time to open the VSM
-delay 1
+delay 2
 
 client c1 {
 	txreq -url "/foo"
@@ -23,7 +23,7 @@ client c1 {
 } -run
 
 # give varnishncsa enough time to write
-delay 1
+delay 2
 
 # rotate logs
 shell "mv ${tmpdir}/ncsa.log ${tmpdir}/ncsa.old.log >/dev/null 2>&1"
@@ -35,7 +35,7 @@ client c1 {
 } -run
 
 # give varnishncsa enough time to write
-delay 1
+delay 2
 
 process p1 -stop
 



More information about the varnish-commit mailing list