diff --git a/app.json b/app.json index c0a5e9a2..a60f8702 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,8 @@ "description": "Checking if the app responds to the GET /", "path": "/", "attempts": 3, - "warn": true + "warn": true, + "initialDelay": 50 } ] }