diff options
-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 bb0659e5..5c885ddf 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -140,8 +140,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { |