diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 7daeabd1..6e18f5cf 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -72,8 +72,8 @@ LIMITS = { }, 'armhf': { 'testing': {'*': 0}, - 'unstable': {'*': 250}, - 'experimental': {'*': 250}, + 'unstable': {'*': 150}, + 'experimental': {'*': 150}, }, }, 'new': { @@ -108,8 +108,8 @@ LIMITS = { }, 'armhf': { 'testing': {1: (300, 0), 2: (400, 0), '*': 0}, - 'unstable': {1: (300, 250), 2: (400, 200), '*': 0}, - 'experimental': {1: (300, 20), 2: (400, 10), '*': 0}, + 'unstable': {1: (300, 150), 2: (400, 100), '*': 0}, + 'experimental': {1: (300, 15), 2: (400, 8), '*': 0}, } } } |