]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More timeout tweaking
authorNick Porter <nick@portercomputing.co.uk>
Tue, 10 Sep 2024 13:50:18 +0000 (14:50 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 10 Sep 2024 16:01:43 +0000 (17:01 +0100)
src/tests/modules/rest/module.conf

index c139fa3f875e34540ec3990f5be8948f6d21ca21..2f16cdc8b73e71421f11e7747873c9ab6b33a438 100644 (file)
@@ -20,7 +20,9 @@ rest {
        }
 
        connect_uri = "http://$ENV{REST_TEST_SERVER}:$ENV{REST_TEST_SERVER_PORT}/"
-       connect_timeout = 10
+       connection {
+               connect_timeout = 10
+       }
 
        xlat {
                request {
@@ -29,6 +31,7 @@ rest {
                        body = 'json'
                }
                tls = ${..tls}
+               timeout = 10
        }
 
        authorize {