diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 10:33:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 10:33:55 +0100 |
commit | 51038072f2658faa9edd47a2524ca0c8d1454f64 (patch) | |
tree | c29a0c0c6340b51c0860ec0d4e62a45d68a9723f /bin | |
parent | 1504ec6268a092e1ce22bac6a37348c61949197a (diff) | |
download | jenkins.debian.net-51038072f2658faa9edd47a2524ca0c8d1454f64.tar.xz |
reproducible armhf: re-schedule sid a bit slower
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 b5014b59..689b4dfa 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -112,8 +112,8 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 600), 2: (600, 400), '*': 0}, - 'unstable': {1: (300, 600), 2: (600, 400), '*': 0}, + 'testing': {1: (300, 500), 2: (600, 333), '*': 0}, + 'unstable': {1: (300, 500), 2: (600, 333), '*': 0}, 'experimental': {1: (300, 50), 2: (600, 35), '*': 0}, } } |