summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-19 10:51:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-19 10:51:39 +0100
commitb7782e1c6da1e1497b760dc138a4f43b1ab00ede (patch)
tree14db328718e509c9f421f061bdf064726753eb7e /bin
parentbba747d9c44f308cd2c813ddea79967f49cdcd3c (diff)
downloadjenkins.debian.net-b7782e1c6da1e1497b760dc138a4f43b1ab00ede.tar.xz
reproducible: randomize start times a bit more
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 721c819f..eb7edf76 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -14,8 +14,8 @@ common_init "$@"
# support for different architectures (we have actual support only for amd64)
ARCH="amd64"
-# sleep 1-8 secs to randomize start times
-/bin/sleep $(echo "scale=1 ; $(shuf -i 1-80 -n 1)/10" | bc )
+# sleep 1-12 secs to randomize start times
+/bin/sleep $(echo "scale=1 ; $(shuf -i 1-120 -n 1)/10" | bc )
create_results_dirs() {
mkdir -p /var/lib/jenkins/userContent/dbd/${SUITE}/${ARCH}