Skip to content

Commit 29df901

Browse files
Merge pull request #7623 from bandi13/FixOpenSSLTest
Sometimes the first call hangs because the server is not completely up
2 parents b69482f + fbb2737 commit 29df901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/openssl.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ check_server_ready() {
279279
server_ready=0
280280
while [ "$counter" -lt 20 ]; do
281281
echo -e "waiting for $server_name ready..."
282-
echo -e Checking | nc localhost $server_port
282+
echo -e Checking | nc -w 5 localhost $server_port
283283
nc_result=$?
284284
if [ $nc_result = 0 ]
285285
then

0 commit comments

Comments
 (0)