31 lines
805 B
Diff
31 lines
805 B
Diff
From 8f5b3084144967b313cfb51285bf6517e06e1b9e Mon Sep 17 00:00:00 2001
|
|
From: Miroslav Lichvar <mlichvar@redhat.com>
|
|
Date: Tue, 4 Jun 2024 16:23:41 +0200
|
|
Subject: [PATCH] test: make 124-tai more reliable
|
|
|
|
Reported-by: Reinhard Max <max@suse.de>
|
|
---
|
|
test/simulation/124-tai | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- test/simulation/124-tai.orig
|
|
+++ test/simulation/124-tai
|
|
@@ -20,7 +20,7 @@ client_conf="
|
|
refclock SHM 0 dpoll 0 poll 0 tai
|
|
leapsectz right/UTC
|
|
leapsecmode ignore
|
|
-maxchange 1e-3 1 0"
|
|
+maxchange 1e-3 10 0"
|
|
|
|
run_test || test_fail
|
|
check_chronyd_exit || test_fail
|
|
@@ -35,7 +35,7 @@ client_conf="
|
|
refclock SHM 0 dpoll 0 poll 0 tai
|
|
leapsectz right/UTC
|
|
makestep 1 1
|
|
-maxchange 1e-3 1 0"
|
|
+maxchange 1e-3 10 0"
|
|
|
|
run_test || test_fail
|
|
check_chronyd_exit || test_fail
|