Add server startup wait time~2mins

This commit is contained in:
Syed Ali Shahbaz
2023-09-28 18:22:49 +04:00
committed by GitHub
parent 92512fd052
commit a1d56a1f17

View File

@@ -130,6 +130,10 @@ jobs:
docker.io/calcom/cal.com:add-runtime-check &
server_pid=$!
echo "Waiting for the server to start..."
sleep 120
for i in {1..1200}; do
echo "Checking server health ($i/1200)..."