diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index aac6b2a6..b4f4f204 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -107,9 +107,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (600, 100), '*': 0}, - 'unstable': {1: (300, 200), 2: (600, 100), '*': 0}, - 'experimental': {1: (300, 30), 2: (600, 15), '*': 0}, + 'testing': {1: (300, 400), 2: (600, 250), '*': 0}, + 'unstable': {1: (300, 400), 2: (600, 250), '*': 0}, + 'experimental': {1: (300, 35), 2: (600, 20), '*': 0}, } } } |