From: Nick Porter Date: Tue, 10 Sep 2024 13:50:18 +0000 (+0100) Subject: More timeout tweaking X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e636d1ef5d993c658e08fa1d5dfe2954bf0061d;p=thirdparty%2Ffreeradius-server.git More timeout tweaking --- diff --git a/src/tests/modules/rest/module.conf b/src/tests/modules/rest/module.conf index c139fa3f875..2f16cdc8b73 100644 --- a/src/tests/modules/rest/module.conf +++ b/src/tests/modules/rest/module.conf @@ -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 {