]> git.ipfire.org Git - thirdparty/openvpn.git/commit
t_client.sh: Do not wait 3 seconds for OpenVPN to come up master
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 7 Aug 2025 20:37:35 +0000 (22:37 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 8 Aug 2025 05:45:44 +0000 (07:45 +0200)
commitdb1fd1a80baa9e44df8ae82f0fd2b56c59195484
treea1a98640f3e9660de62b8da3d400bc49081a7ee8
parent028846f0f73db0e598a8fcdb3d5578bb5920046c
t_client.sh: Do not wait 3 seconds for OpenVPN to come up

On most machines 1 second should be quite enough. Given
that we run currently 23 tests on most t_client runs, this
makes over 40 seconds difference. Not nothing.

We keep the existing 30s maximum wait-time since sometimes
we want to do tests with intentionally slow servers.

Change-Id: Ice8c7ff4d8118a9e6465a4724207a355138360b8
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250807203741.31359-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32585.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/t_client.sh.in