From 4e946bb24f2ab3e475633f347a35390bbc33e0bb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Nov 2016 01:13:37 +0100 Subject: reproducible Debian: schedule testing as often as unstable on all archs, now that the freeze gets closer Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index c125c670..7000f5b2 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -145,13 +145,13 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, } } -- cgit v1.2.3-54-g00ecf