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 ebefef3d..bd3d3342 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 1000), 2: (400, 888), '*': 0}, - 'unstable': {1: (300, 800), 2: (400, 666), '*': 0}, + 'testing': {1: (300, 800), 2: (400, 666), '*': 0}, + 'unstable': {1: (300, 1000), 2: (400, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (400, 50), '*': 0}, }, 'armhf': { |