]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add a delay module that we can use to force requests to yield and be immediately...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Nov 2017 14:50:05 +0000 (14:50 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Nov 2017 14:50:05 +0000 (14:50 +0000)
src/tests/keywords/unit_test_module.conf

index 7f342a3b6463c67f6688d299a460ae5883fb31a9..0fc985bf2a4a2bc4b42cff5ddad2c42f07d4577a 100644 (file)
@@ -20,6 +20,10 @@ modules {
 
        $INCLUDE ${raddb}/mods-enabled/expr
 
+       delay {
+               force_reschedule = yes
+       }
+
        test {
 
        }