From 3403ebd857d2273912918a9b65b99f9d2b9e4077 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 16 Jul 2023 21:16:02 +0100 Subject: [PATCH] Adjust threshold to cope with new ETA calculation mechanism --- tests/005a-eta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/005a-eta b/tests/005a-eta index 0f0eb40..9dde5f1 100644 --- a/tests/005a-eta +++ b/tests/005a-eta @@ -13,8 +13,8 @@ NUM=`tr '\r' '\n' < $TMP1 | tr -d ' ' | sed '/^$/d' | sort | uniq | wc -l | tr - # test $NUM -gt 3 || exit 1 -# 8 or more - not OK, since even on a heavily loaded system that's too long. +# 12 or more - not OK, since even on a heavily loaded system that's too long. # -test $NUM -lt 8 +test $NUM -lt 12 # EOF