From 5e497f790d7dc625d13327083d9ac2c4d9c71b95 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 29 Apr 2017 14:40:42 +0000 Subject: [PATCH] Tests: Temporarily change cert threshold so Vuze's old cert won't fail --- tests/scripts/checkcerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/checkcerts.sh b/tests/scripts/checkcerts.sh index 68f036a1a0..1ad964d785 100755 --- a/tests/scripts/checkcerts.sh +++ b/tests/scripts/checkcerts.sh @@ -15,7 +15,7 @@ # How soon is too soon for a cert to expire? # By default <= 60 will fail. 90 < x < 60 will warn. WARN=90 -SOON=60 +SOON=10 date2julian() {