summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
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