Skip to content

Commit

Permalink
pytest: Add a timeout to check-self
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 21, 2023
1 parent b673db0 commit 1f7113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check Self
run : |
make docker-check-self
PYTEST_OPTS='-n 2 --timeout=300' make docker-check-self
- name: Run python image
run : |
Expand Down

0 comments on commit 1f7113e

Please sign in to comment.