]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ensure retry times out
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 May 2025 20:04:01 +0000 (14:04 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 May 2025 20:04:01 +0000 (14:04 -0600)
src/tests/keywords/retry-timeout

index 7e851c37334a1156a1dabaf81d332fd8bb8a8bee..940cb21c71f64bb358da610bbb1d1d37340382ee 100644 (file)
@@ -13,8 +13,8 @@ timeout 0.2s {
        test.retry {
                retry {
                        initial_rtx_time = 0.1s
-                       max_rtx_duration = 3
-                       max_rtx_count = 2
+                       max_rtx_duration = 3s
+                       max_rtx_count = 10
                        max_rtx_duration = 5
                }
        }