Skip to content

Commit 21c93c1

Browse files
committed
Increase test timeout.
Now that hanging issues are fixed the timeout should be far more relaxed.
1 parent b28789c commit 21c93c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ jobs:
147147
- name: Test with pytest
148148
if: runner.os == 'Windows'
149149
run: |
150-
pytest --cov-report=xml --timeout=30
150+
pytest --cov-report=xml --timeout=300
151151
- name: Test with pytest (Xvfb)
152152
if: always() && runner.os != 'Windows'
153153
run: |
154-
xvfb-run -e /tmp/xvfb.log --server-num=$RANDOM --auto-servernum pytest --cov-report=xml --timeout=30
154+
xvfb-run -e /tmp/xvfb.log --server-num=$RANDOM --auto-servernum pytest --cov-report=xml --timeout=300
155155
- name: Xvfb logs
156156
if: runner.os != 'Windows'
157157
run: cat /tmp/xvfb.log

0 commit comments

Comments
 (0)