diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 40d489af..2f74fb8a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 400), 2: (400, 333), '*': 0}, - 'unstable': {1: (300, 500), 2: (400, 444), '*': 0}, + 'testing': {1: (300, 500), 2: (400, 444), '*': 0}, + 'unstable': {1: (300, 400), 2: (400, 333), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { |