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 8d772637..8ecca8a0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -222,8 +222,8 @@ def scheduler():
# untested packages
untested = {}
for suite in SUITES:
- log.info('Requesting 333 untested packages in ' + suite + '...')
- untested[suite] = scheduler_untested_packages(suite, 333)
+ log.info('Requesting 444 untested packages in ' + suite + '...')
+ untested[suite] = scheduler_untested_packages(suite, 444)
total += len(untested[suite])
log.info('Received ' + str(len(untested[suite])) + ' untested packages in ' + suite + ' to schedule.')
log.info('==============================================================')