summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_schroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_setup_schroot.sh')
-rwxr-xr-xbin/reproducible_setup_schroot.sh2
1 files changed, 1 insertions, 1 deletions
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