From 8bc8bf9cc489cd2263acce8e9aa753953a159f41 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 8 Aug 2023 16:21:39 +0200 Subject: [PATCH] test: make 114-presend more reliable Avoid frequently ending in the middle of a client/server exchange with long delays. This changed after commit 4a11399c2ebb ("ntp: rework calculation of transmit timeout"). --- test/simulation/114-presend | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simulation/114-presend b/test/simulation/114-presend index 4fd89f8..19400ab 100755 --- a/test/simulation/114-presend +++ b/test/simulation/114-presend @@ -3,6 +3,7 @@ . ./test.common test_start "presend option" +limit=9900 min_sync_time=136 max_sync_time=260 client_server_options="presend 6 maxdelay 16"