Increase health check time limit to allow boot
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
|||||||
|
|
||||||
server_pid=$!
|
server_pid=$!
|
||||||
|
|
||||||
for i in {1..60}; do
|
for i in {1..600}; do
|
||||||
echo "Checking server health ($i/60)..."
|
echo "Checking server health ($i/60)..."
|
||||||
response=$(curl --silent --fail --write-out "%{http_code}" http://localhost:3000/auth/login)
|
response=$(curl --silent --fail --write-out "%{http_code}" http://localhost:3000/auth/login)
|
||||||
if [[ "$response" == "200" ]]; then
|
if [[ "$response" == "200" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user