diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 81ba8784..53c0bddb 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -13,9 +13,9 @@ common_init "$@" set -e -# sleep 1-12 secs to randomize start times +# sleep 1-23 secs to randomize start times delay_start() { - /bin/sleep $(echo "scale=1 ; $(shuf -i 1-120 -n 1)/10" | bc ) + /bin/sleep $(echo "scale=1 ; $(shuf -i 1-230 -n 1)/10" | bc ) } create_results_dirs() { |