From bb34e92f96d6ca9f2b258c8f3c9e5de8dcceb993 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 28 Aug 2024 16:49:25 +0200 Subject: [PATCH] test: make 108-peer more reliable --- test/simulation/108-peer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simulation/108-peer b/test/simulation/108-peer index 906de17..2c914e1 100755 --- a/test/simulation/108-peer +++ b/test/simulation/108-peer @@ -21,6 +21,7 @@ EOF clients=2 peers=2 +freq_max_limit=1e-3 max_sync_time=1000 client_server_options="minpoll 6 maxpoll 6" client_peer_options="minpoll 6 maxpoll 6" @@ -30,6 +31,7 @@ check_chronyd_exit || test_fail check_source_selection || test_fail check_sync || test_fail +freq_max_limit=$default_freq_max_limit base_delay="(+ 1e-4 (* -1 (equal 0.1 from 3) (equal 0.1 to 1)))" client_peer_options=""