From: Nick Porter Date: Tue, 10 Sep 2024 10:15:28 +0000 (+0100) Subject: Increase timeout for rest calls in CI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d108e2e87829e83f7ba4646865c5a388599ee29;p=thirdparty%2Ffreeradius-server.git Increase timeout for rest calls in CI Running with sanitizers enabled can seriously slow down processing, resulting in spurious timeouts. --- diff --git a/src/tests/modules/rest/module.conf b/src/tests/modules/rest/module.conf index e5113f68bb6..0bc9ae020ed 100644 --- a/src/tests/modules/rest/module.conf +++ b/src/tests/modules/rest/module.conf @@ -38,6 +38,7 @@ rest { method = "GET" } tls = ${..tls} + timeout = 10 } authenticate { @@ -51,6 +52,7 @@ rest { } tls = ${..tls} + timeout = 10 } accounting { @@ -61,6 +63,7 @@ rest { data = "{\"NAS\": \"%{NAS-IP-Address}\", \"Password\": \"%{User-Password}\", \"Verify\": true}" } tls = ${..tls} + timeout = 10 } }