diff --git a/railway.json b/railway.json index a91c9a0..117d8cd 100644 --- a/railway.json +++ b/railway.json @@ -6,7 +6,7 @@ "deploy": { "startCommand": "php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8000}", "healthcheckPath": "/health", - "healthcheckTimeout": 300, + "healthcheckTimeout": 600, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }