wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
370 stars 88 forks source link

SFTP Test Maintenance #646

Closed ejohnstown closed 8 months ago

ejohnstown commented 8 months ago

There is a frequent intermittent failure with the Zephyr test. Added a 300ms timeout to the client after waiting for the server ready semaphore, seems to let the server get ready in the failure case for the client to connect.

Made a few changes to clean up the test a little.