regress: make server tests more robust against race hazard
commit2fb0330a1e2f26fb885b417086a6177342b52e7a
authorChristian Weisgerber <naddy@mips.inka.de>
Sun, 12 May 2024 14:34:13 +0000 (12 14:34 +0000)
committerThomas Adam <thomas@xteddy.org>
Sun, 26 May 2024 14:04:47 +0000 (26 15:04 +0100)
treea374aaa8bdb6c26038fdfe9aea1e621ebce84d64
parentdf1f218b4d4f5968f54f38259288c5538a0860d2
regress: make server tests more robust against race hazard

Add a delay after starting the server background process to keep
server and client from racing against each other, which would lead
to failures when the client ran before the server.

ok op
regress/gotd/email_notification.sh
regress/gotd/http_notification.sh