Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 180bb26

Browse files
cdeckernepet
authored andcommittedNov 26, 2023
pytest: Add a timeout to check-self
1 parent 423edff commit 180bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/check-self.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Check Self
2727
run : |
28-
make docker-check-self
28+
PYTEST_OPTS='-n 2 --timeout=300' make docker-check-self
2929
3030
- name: Run python image
3131
run : |

0 commit comments

Comments
 (0)
Please sign in to comment.