]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set test IMAP server to respond quickly to rejects
authorNick Porter <nick@portercomputing.co.uk>
Thu, 16 Feb 2023 12:18:25 +0000 (12:18 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 17 Feb 2023 11:13:34 +0000 (11:13 +0000)
Helps avoid spurious timeouts in CI tests

scripts/ci/imap-setup.sh

index 2fc4924cfcebe9d141090deb12ec1e751653dd0a..52883e3192cbf20f8c4e727bc3936e7d83583716 100755 (executable)
@@ -156,6 +156,11 @@ log_path = ${LOGPATH}
 info_log_path = ${LOGINFOPATH} \
 " >> "${CONFPATH}"
 
+# Get rejects to respond quickly
+echo "
+auth_failure_delay = 0secs
+" >> "${CONFPATH}"
+
 # Add the Password File to the config
 echo  "
 passdb {