We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d7792 commit 872ff3eCopy full SHA for 872ff3e
.github/workflows/pythonpackage.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
pip install .[dev,collision,vpython]
30
pip install pytest-timeout
31
- pytest --timeout=30 --timeout_method thread -s
+ pytest --timeout=50 --timeout_method thread -s
32
codecov:
33
# If all tests pass:
34
# Run coverage and upload to codecov
0 commit comments