gunicorn timeout

This commit is contained in:
KatKatKateryna
2024-09-02 11:54:41 +01:00
parent dbe99613b9
commit 0a96fda59d
+1
View File
@@ -179,6 +179,7 @@ jobs:
gunicorn --bind 0.0.0.0:5000 \
--reload \
--reload-extra-file ${PYGEOAPI_CONFIG} \
--timeout 120 \
pygeoapi.flask_app:APP &
- name: run integration tests ⚙️
run: |