fix(test): increase server startup wait time to reduce flakiness

This commit is contained in:
m1ngsama 2026-02-07 14:53:55 +08:00
parent 8a5ffb1722
commit 4296673d6a

View file

@ -32,7 +32,7 @@ fi
# Start server
$BIN -p $PORT >test.log 2>&1 &
SERVER_PID=$!
sleep 2
sleep 5
# Test 1: Server started
if kill -0 $SERVER_PID 2>/dev/null; then