From: Arran Cudbard-Bell Date: Mon, 5 May 2025 23:17:59 +0000 (-0600) Subject: Top level timeout sections are going away rework retry-timeout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433c4fb32d4345c800b5498ce1ccdc317b97b9ea;p=thirdparty%2Ffreeradius-server.git Top level timeout sections are going away rework retry-timeout --- diff --git a/src/tests/keywords/retry-timeout b/src/tests/keywords/retry-timeout index 0278b118e63..7e851c37334 100644 --- a/src/tests/keywords/retry-timeout +++ b/src/tests/keywords/retry-timeout @@ -7,14 +7,15 @@ # # -# The timeouts here are LONGER than the main "timeout" section. +# The timeouts here are LONGER than the "timeout" section. # -test.retry { - retry { - initial_rtx_time = 2 - max_rtx_duration = 3 - max_rtx_count = 2 - max_rtx_duration = 5 +timeout 0.2s { + test.retry { + retry { + initial_rtx_time = 0.1s + max_rtx_duration = 3 + max_rtx_count = 2 + max_rtx_duration = 5 + } } } - diff --git a/src/tests/keywords/retry-timeout.attrs b/src/tests/keywords/retry-timeout.attrs index 0930c174c91..9021021accc 100644 --- a/src/tests/keywords/retry-timeout.attrs +++ b/src/tests/keywords/retry-timeout.attrs @@ -8,4 +8,4 @@ User-Password = "hello" # # Expected answer - no answer! # -Packet-Type == 0 +Packet-Type == ::Do-Not-Respond