Skip to content

Commit 886b428

Browse files
[patch] Increase pytest timeout to 300s for integration tests
1 parent 6b9f7a8 commit 886b428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -m pip install --upgrade pip
4848
pip install .[dev]
4949
pip install pytest-timeout
50-
python -m pytest --timeout=60 -v
50+
python -m pytest --timeout=300 --timeout-method=thread -v
5151
5252
- name: Lint with flake8
5353
run: |

0 commit comments

Comments
 (0)