mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 15:52:58 +00:00
Port wait_server_start from ssl-opt.sh to compat.sh, instead of just using "sleep 1". This solves the problem that on a heavily loaded machine, sleep 1 is sometimes not enough (we had CI failures because of this). This is also faster on a lightly-loaded machine (execution time reduced from ~8min to ~6min on my machine).