diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 065c2302..e6c72d59 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 150}, - 'unstable': {'*': 150}, - 'experimental': {'*': 150}, + 'testing': {'*': 177}, + 'unstable': {'*': 177}, + 'experimental': {'*': 177}, }, }, 'new': { @@ -107,8 +107,8 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (600, 125), '*': 0}, - 'unstable': {1: (300, 200), 2: (600, 125), '*': 0}, + 'testing': {1: (300, 200), 2: (600, 100), '*': 0}, + 'unstable': {1: (300, 200), 2: (600, 100), '*': 0}, 'experimental': {1: (300, 30), 2: (600, 15), '*': 0}, } } |