ci(integration): Increase wait time after gunicorn restart to 60secs

ref: #947 #152
This commit is contained in:
2025-08-12 14:23:26 +09:30
parent 8d6d1d258d
commit 190e4b4a98

View File

@ -91,7 +91,7 @@ test-integration:
docker exec -i centurion-erp supervisorctl stop gunicorn;
docker exec -i centurion-erp sh -c 'rm -rf /app/artifacts/* /app/artifacts/.[!.]*';
docker exec -i centurion-erp supervisorctl start gunicorn;
sleep 30;
sleep 60;
docker ps -a;
curl --trace-ascii - http://localhost:8003/api;
echo '--------------------------------------------------------------------';