summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index b7437328..85e3d60a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -265,9 +265,9 @@ def scheduler():
# old packages
old = {}
if total <= 250:
- many_old_base = 17.5 # multiplied by 20 or 10 or 1, see below
+ many_old_base = 35 # multiplied by 20 or 10 or 1, see below
elif total <= 350:
- many_old_base = 12.5 # also...
+ many_old_base = 25 # also...
else:
many_old_base = 0 # ...
for suite in SUITES: