From 5982d96b758711138e0b5ec2fb25a10e3bfcbad4 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 5 Aug 2019 18:03:11 +0200 Subject: [PATCH] test: extend 130-quit test --- test/simulation/130-quit | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/simulation/130-quit b/test/simulation/130-quit index 0183885..f5f7766 100755 --- a/test/simulation/130-quit +++ b/test/simulation/130-quit @@ -16,6 +16,14 @@ check_chronyd_exit || test_fail check_packet_interval || test_fail check_sync || test_fail +min_sync_time=1 +max_sync_time=1 +client_server_options="iburst maxsamples 1" + +run_test || test_fail +check_chronyd_exit || test_fail +check_sync || test_fail + client_chronyd_options="-Q" run_test || test_fail check_sync && test_fail