Skip to content

Commit

Permalink
configure timeouts in sdist test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 3, 2022
1 parent 35d1456 commit 38c90df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
run: |
pip install --find-links=./sdist "jupyter_server[test]>=0.0.dev0"
- name: Run Test
run: pytest -vv --pyargs jupyter_server --capture=no
run: pytest -vv --pyargs --timeout=300 --timeout_method=thread jupyter_server --capture=no

0 comments on commit 38c90df

Please sign in to comment.