Skip to content

Commit 1f9d0aa

Browse files
[patch] Revert timeout changes - test if cluster fix alone resolves the issue
1 parent 886b428 commit 1f9d0aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4747
python -m pip install --upgrade pip
4848
pip install .[dev]
49-
pip install pytest-timeout
50-
python -m pytest --timeout=300 --timeout-method=thread -v
49+
python -m pytest
5150
5251
- name: Lint with flake8
5352
run: |

0 commit comments

Comments
 (0)