wolfssh/scripts
John Safranek 3a3f0aa76e scripts: widen the ready-file wait to ten seconds
The sftp, scp and get-put scripts wait for the echoserver to publish its
port before connecting. Two seconds is not enough for a libtool re-exec,
the dynamic linker and the sample-key parse with a dozen sibling test
jobs on the machine, so a parallel make check failed them at their first
scenario. Ten seconds matches what sshclient.test already allows.

- raise the three wait loops from 20 to 100 iterations of 0.1 seconds
- test -s, not -e, after the loop in scp.test and get-put.test: the
  ready file is created empty and the port written afterward, so -e can
  take a file caught mid-write and yield an empty port
2026-09-15 10:42:58 -07:00
..
fwd-bulk.test tests: move bulk data through a forward 2026-09-03 20:40:55 -05:00
fwd.test
fwd.test.expect
get-put.test scripts: widen the ready-file wait to ten seconds 2026-09-15 10:42:58 -07:00
include.am tests: move bulk data through a forward 2026-09-03 20:40:55 -05:00
sbom.am fix: read wolfSSL version from WOLFSSL_DIR only 2026-08-27 09:43:33 -07:00
scp.test scripts: widen the ready-file wait to ten seconds 2026-09-15 10:42:58 -07:00
sftp.test scripts: widen the ready-file wait to ten seconds 2026-09-15 10:42:58 -07:00
sshclient.test