From 9bcc3df74ab3d9a459707301bb1532da0a061be7 Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 1 Jan 2022 16:20:17 +0100 Subject: [PATCH] Make TLS tests more reliable (#2354) Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- test/security_tls_cipherlists.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/security_tls_cipherlists.bats b/test/security_tls_cipherlists.bats index 8958a917..fccf50c9 100644 --- a/test/security_tls_cipherlists.bats +++ b/test/security_tls_cipherlists.bats @@ -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 `..` # Make directory with test user ownership. Avoids Docker creating with root ownership.