From ba3d088efe0fc1109c025132ecdefe7725b22011 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 10 Oct 2015 01:49:54 +0200 Subject: reproducible: test stretch more often, so it can catchup --- 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 40d489af..2f74fb8a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 400), 2: (400, 333), '*': 0}, - 'unstable': {1: (300, 500), 2: (400, 444), '*': 0}, + 'testing': {1: (300, 500), 2: (400, 444), '*': 0}, + 'unstable': {1: (300, 400), 2: (400, 333), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { -- cgit v1.2.3-54-g00ecf