]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: make 119-smoothtime more reliable
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 Feb 2018 16:23:06 +0000 (17:23 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 Feb 2018 16:24:08 +0000 (17:24 +0100)
test/simulation/119-smoothtime

index 8ca3c360b0eefd08e31f75448466691d5493faa8..6b4ae394356d0c8978833789f61c93213c53480a 100755 (executable)
@@ -5,8 +5,9 @@ test_start "smoothtime option"
 
 server_strata=2
 server_conf="smoothtime 400 0.001"
-min_sync_time=250
-max_sync_time=1000
+server_server_options="minpoll 8"
+min_sync_time=600
+max_sync_time=800
 
 run_test || test_fail
 check_chronyd_exit || test_fail
@@ -22,6 +23,7 @@ server_conf="refclock SHM 0 dpoll 4 poll 6
 smoothtime 2000 1
 maxjitter 10.0"
 time_offset=-10
+server_server_options=""
 client_server_options="minpoll 6 maxpoll 6"
 client_conf="corrtimeratio 100"
 min_sync_time=8000