Gunicorn timeout error, i cant increment it

Solution
gunicorn -c gunicorn_config.py --bind 0.0.0.0:5000 wsgi:app
from myproject import app

if __name__ == "__main__":
    app.run()