chore: debug test

This commit is contained in:
Joan Fontanals Martinez 2023-06-20 10:37:26 +02:00
parent a271d1a84b
commit adec75b930
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
- name: Test
id: test
run: |
pytest -v -s ${{ matrix.test-path }}
GRPC_VERBOSITY=debug pytest -v -s ${{ matrix.test-path }}
timeout-minutes: 30
# just for blocking the merge until all parallel integration-tests are successful