Is your feature request related to a problem? Please describe.
In merge #10659 a test to check mail server performance was implemented. The test checks for speed of mail server connection performance. Two tests are performed, and both of these tests have hard coded settings of 1s being the maximum time allowable for the test to be completed. The permanent figure of 1s should be adjustable by the server admin as they see fit for their own systems.
Describe the solution you'd like
Add a setting to the admin groupware page for the mail app to enable admins to adjust the time setting for comparing mail performance by server
Describe alternatives you've considered
I have manually modified lib/SetupChecks/MailConnectionPerformance.php as a temporary measure
Additional context
No response
Is your feature request related to a problem? Please describe.
In merge #10659 a test to check mail server performance was implemented. The test checks for speed of mail server connection performance. Two tests are performed, and both of these tests have hard coded settings of 1s being the maximum time allowable for the test to be completed. The permanent figure of 1s should be adjustable by the server admin as they see fit for their own systems.
Describe the solution you'd like
Add a setting to the admin groupware page for the mail app to enable admins to adjust the time setting for comparing mail performance by server
Describe alternatives you've considered
I have manually modified lib/SetupChecks/MailConnectionPerformance.php as a temporary measure
Additional context
No response