From 60dff7812eca5bdccf60b9e38e4206014d9619ea Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 5 Oct 2015 04:16:20 +0200 Subject: reproducible: make limits consistant --- bin/reproducible_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index bb0fc5ad..2a0071cb 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 333), 2: (400, 400), '*': 0}, - 'unstable': {1: (300, 444), 2: (400, 500), '*': 0}, + 'testing': {1: (300, 400), 2: (400, 333), '*': 0}, + 'unstable': {1: (300, 500), 2: (400, 444), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { -- cgit v1.2.3-70-g09d2