From 3a528e2d4e6f0d21b7806daa9dd8acc07f276cac Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Mar 2015 17:03:11 +0100 Subject: reproducible: wait longer for lock as we've increased the timeout - the real solution is to use schroot sessions properly... --- bin/reproducible_setup_schroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_schroot.sh') diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh index f9663393..c8f9a569 100755 --- a/bin/reproducible_setup_schroot.sh +++ b/bin/reproducible_setup_schroot.sh @@ -117,7 +117,7 @@ trap remove_writelock INT TERM EXIT touch $DBDCHROOT_WRITELOCK if [ -f $DBDCHROOT_READLOCK ] ; then # patiently wait for our users to using the schroot - for i in $(seq 0 100) ; do + for i in $(seq 0 200) ; do sleep 15 echo "sleeping 15s, debbindiff schroot is locked and used." if [ ! -f $DBDCHROOT_READLOCK ] ; then -- cgit v1.2.3-70-g09d2