Skip to content

Commit fe0c281

Browse files
committed
Add delay in forwarding test client connect
1 parent f5f325a commit fe0c281

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/test_wolfssl_forwarding.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ static int run_linux_tls_client(ip4 server_ip)
363363
int connected = 0;
364364
char remote_str[16];
365365

366+
sleep(1);
366367
ip4_to_str(server_ip, remote_str, sizeof(remote_str));
367368
printf("TLS client: connecting to %s:%u\n", remote_str, 4433);
368369

0 commit comments

Comments
 (0)