mirror of
https://github.com/m1ngsama/TNT.git
synced 2026-02-08 08:54:05 +00:00
fix(test): increase server startup wait time to reduce flakiness
This commit is contained in:
parent
8a5ffb1722
commit
4296673d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ fi
|
||||||
# Start server
|
# Start server
|
||||||
$BIN -p $PORT >test.log 2>&1 &
|
$BIN -p $PORT >test.log 2>&1 &
|
||||||
SERVER_PID=$!
|
SERVER_PID=$!
|
||||||
sleep 2
|
sleep 5
|
||||||
|
|
||||||
# Test 1: Server started
|
# Test 1: Server started
|
||||||
if kill -0 $SERVER_PID 2>/dev/null; then
|
if kill -0 $SERVER_PID 2>/dev/null; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue