Skip to content

Commit 3b3d054

Browse files
authored
ci: increase pytest timeout to 9.5 minutes, some runners appear to be very slow (#817)
1 parent 4424db8 commit 3b3d054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,11 @@ jobs:
601601
- name: Run tests
602602
run: |
603603
# timeout ensures a more or less clean stop by sending a KeyboardInterrupt which will still provide useful logs
604-
timeout --preserve-status --signal=INT --verbose 5m \
604+
timeout --preserve-status --signal=INT --verbose 570s \
605605
pytest --capture=no --verbosity 2 --cov-report term --cov-report xml --cov aiomysql --cov tests ./tests --mysql-unix-socket "unix-${{ join(matrix.db, '') }}=/tmp/run-${{ join(matrix.db, '-') }}/mysql.sock" --mysql-address "tcp-${{ join(matrix.db, '') }}=127.0.0.1:3306"
606606
env:
607607
PYTHONUNBUFFERED: 1
608-
timeout-minutes: 6
608+
timeout-minutes: 10
609609

610610
- name: Upload coverage
611611
if: ${{ github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)