Skip to content

Commit 46febd0

Browse files
committed
Debug CI
1 parent e7ac547 commit 46febd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
python -m pip install --upgrade pip
6464
make install
6565
- name: Run tests
66-
run: pytest -vv
66+
run: pytest -vv --timeout=300

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest==7.1.2
22
pytest-benchmark==4.0.0
33
mypy==0.961
4+
pytest-timeout==2.3.1

0 commit comments

Comments
 (0)