From: Nick Porter Date: Tue, 10 Sep 2024 15:21:13 +0000 (+0100) Subject: Bump LDAP timeouts for CI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fee47e7e4c48e0a329dda6fc2d690675ea8937b;p=thirdparty%2Ffreeradius-server.git Bump LDAP timeouts for CI --- diff --git a/src/tests/modules/ldap/module.conf b/src/tests/modules/ldap/module.conf index 5d11c772244..91bee638729 100644 --- a/src/tests/modules/ldap/module.conf +++ b/src/tests/modules/ldap/module.conf @@ -356,8 +356,8 @@ ldap { rebind = yes referral_depth = 2 - # Seconds to wait for LDAP query to finish. default: 20 - timeout = 10 + # Seconds to wait for network activity + net_timeout = 20 # Seconds LDAP server has to process the query (server-side # time limit). default: 20 @@ -569,7 +569,7 @@ ldap ldapssl { rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3 @@ -687,7 +687,7 @@ ldap ldaptls { rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3 @@ -745,7 +745,7 @@ ldap ldapsasl { chase_referrals = yes rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3 @@ -792,7 +792,7 @@ ldap ldapldapi { chase_referrals = yes rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3 @@ -845,7 +845,7 @@ ldap ldapsaslproxy { chase_referrals = yes rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3 @@ -887,7 +887,7 @@ ldap ldap_dynamic_dn { chase_referrals = yes rebind = yes referral_depth = 2 - timeout = 10 + net_timeout = 20 timelimit = 3 idle = 60 probes = 3