regress: make server tests more robust against race hazard
commit5a4304006707470fa37d4bf797a46adc0a0216ea
authorChristian Weisgerber <naddy@mips.inka.de>
Sun, 12 May 2024 14:34:13 +0000 (12 14:34 +0000)
committerChristian Weisgerber <naddy@mips.inka.de>
Sun, 12 May 2024 14:34:13 +0000 (12 14:34 +0000)
treed1baeb42bccabba777843a90e244dd21ab4e147c
parent50ccbcd9a6e4786d4eb726ac8bc3e8565fd7aa48
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