diff --git a/.drone.yml b/.drone.yml index 97ab66c..6190324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,8 @@ steps: - pip install -r requirements.txt - cd web # Change to the correct directory - python app.py + when: + timeout: 15s - name: cleanup image: alpine:latest