1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Make TLS tests more reliable (#2354)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Casper
2022-01-01 16:20:17 +01:00
committed by GitHub
parent dfd649262a
commit 9bcc3df74a

View File

@@ -127,7 +127,7 @@ function collect_cipherlist_data() {
"${NAME}" # Image name
assert_success
wait_for_finished_setup_in_container tls_test_cipherlists
wait_for_tcp_port_in_container 25 tls_test_cipherlists
# NOTE: An rDNS query for the container IP will resolve to `<container name>.<network name>.`
# Make directory with test user ownership. Avoids Docker creating with root ownership.