diff --git a/Procfile b/Procfile index a2a0e80..4c77a5c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --worker-class eventlet -w 1 --timeout 90 app:app \ No newline at end of file +web: gunicorn --worker-class eventlet -w 1 --timeout 600 app:app \ No newline at end of file