diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 7e97fd6d..c320dcce 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -351,7 +351,7 @@ def query_new_versions(suite, arch, limit): def query_old_ftbfs_and_depwait_versions(suite, arch, limit): - criteria = 'status ftbfs or depwait, no bug filed, tested at least 5 days ago, ' + \ + criteria = 'status ftbfs or depwait, no bug filed, tested at least 3 days ago, ' + \ 'no new version available, sorted by last build date' query = """SELECT DISTINCT s.id, s.name FROM sources AS s JOIN results AS r ON s.id = r.package_id |