diff --git a/web/gunicorn_https.py b/web/gunicorn_https.py
index bec641161a22e1c757b2d6fe396340335b2ae413..594da973106498f845e07897dc4fbbcf743b71ca 100644
--- a/web/gunicorn_https.py
+++ b/web/gunicorn_https.py
@@ -79,7 +79,7 @@ workers = int(os.environ.get("GUNICORN_PROCESSES", 16))
 threads = int(os.environ.get("GUNICORN_THREADS", 1))
 worker_class = "sync"
 # worker_connections = 1000
-timeout = 30
+timeout = int(os.environ.get("GUNICORN_TIMEOUT", 30))
 keepalive = 2
 
 #