Skip to content

Commit 872ff3e

Browse files
authored
Update pythonpackage.yml
1 parent 09d7792 commit 872ff3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pip install .[dev,collision,vpython]
3030
pip install pytest-timeout
31-
pytest --timeout=30 --timeout_method thread -s
31+
pytest --timeout=50 --timeout_method thread -s
3232
codecov:
3333
# If all tests pass:
3434
# Run coverage and upload to codecov

0 commit comments

Comments
 (0)