increase test timeout

15 minutes isn't always enough for integration tests
This commit is contained in:
Min RK
2023-04-17 11:00:18 +02:00
parent f13a31c20c
commit 2fcd8efde3

View File

@@ -69,7 +69,7 @@ jobs:
run: |
pytest --verbose --maxfail=2 --color=yes --durations=10 --capture=no \
integration-tests/test_bootstrap.py
timeout-minutes: 15
timeout-minutes: 20
env:
# integration-tests/test_bootstrap.py will build and start containers
# based on this environment variable. This is similar to how