From 9b46ea725558eb4ea54b448bf570ab590ad5fb5a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 18 Jul 2023 15:16:03 +0200 Subject: [PATCH] test: make 132-logchange more reliable --- test/simulation/132-logchange | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simulation/132-logchange b/test/simulation/132-logchange index 59ddf7c..8ef570e 100755 --- a/test/simulation/132-logchange +++ b/test/simulation/132-logchange @@ -16,6 +16,6 @@ check_chronyd_exit || test_fail check_source_selection || test_fail check_packet_interval || test_fail check_sync || test_fail -check_log_messages "clock wrong by" 4 8 || test_fail +check_log_messages "clock wrong by" 3 8 || test_fail test_pass