set ci timeout to 10 min

This commit is contained in:
André Bauer 2020-02-27 12:39:59 +01:00 committed by GitHub
parent 2876dcc893
commit cb046658ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
dockerfile: containers/zammad/Dockerfile dockerfile: containers/zammad/Dockerfile
test-docker-compose: test-docker-compose:
timeout-minutes: 30 timeout-minutes: 10
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: lint-docker-files needs: lint-docker-files
steps: steps:
@ -47,4 +47,4 @@ jobs:
- name: run tests - name: run tests
run: .github/tests.sh run: .github/tests.sh