We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28789c commit 21c93c1Copy full SHA for 21c93c1
.github/workflows/python-package.yml
@@ -147,11 +147,11 @@ jobs:
147
- name: Test with pytest
148
if: runner.os == 'Windows'
149
run: |
150
- pytest --cov-report=xml --timeout=30
+ pytest --cov-report=xml --timeout=300
151
- name: Test with pytest (Xvfb)
152
if: always() && runner.os != 'Windows'
153
154
- xvfb-run -e /tmp/xvfb.log --server-num=$RANDOM --auto-servernum pytest --cov-report=xml --timeout=30
+ xvfb-run -e /tmp/xvfb.log --server-num=$RANDOM --auto-servernum pytest --cov-report=xml --timeout=300
155
- name: Xvfb logs
156
if: runner.os != 'Windows'
157
run: cat /tmp/xvfb.log
0 commit comments