summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-28 17:03:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-28 17:03:11 +0100
commit3a528e2d4e6f0d21b7806daa9dd8acc07f276cac (patch)
tree2f3bacb58d3b7165845d898acd05f6676f135618 /bin/reproducible_common.sh
parent9270b53c14da749dd89a93549a04d2eb0f940a9e (diff)
downloadjenkins.debian.net-3a528e2d4e6f0d21b7806daa9dd8acc07f276cac.tar.xz
reproducible: wait longer for lock as we've increased the timeout - the real solution is to use schroot sessions properly...
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ed5b93b8..b65fba7c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -11,7 +11,7 @@ PACKAGES_DB=/var/lib/jenkins/reproducible.db
INIT=/var/lib/jenkins/reproducible.init
if [ -f $PACKAGES_DB ] && [ -f $INIT ] ; then
if [ -f ${PACKAGES_DB}.lock ] ; then
- for i in $(seq 0 100) ; do
+ for i in $(seq 0 200) ; do
sleep 15
echo "sleeping 15s, $PACKAGES_DB is locked."
if [ ! -f ${PACKAGES_DB}.lock ] ; then