mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
Pytest: enforce a default timeout (#29793)
* pytest: enforce default timeout * disable that for now * 30 second timeout on tests old-commit-hash: b0a71d45536d6fe0c0e8365913c6ffbc64a58b1b
This commit is contained in:
@@ -249,7 +249,7 @@ jobs:
|
||||
timeout-minutes: 40
|
||||
run: |
|
||||
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
|
||||
$PYTEST -n auto --dist=loadscope && \
|
||||
$PYTEST -n auto --dist=loadscope --timeout 30 && \
|
||||
selfdrive/locationd/test/_test_locationd_lib.py && \
|
||||
./system/ubloxd/tests/test_glonass_runner && \
|
||||
./selfdrive/ui/tests/create_test_translations.sh && \
|
||||
|
||||
Reference in New Issue
Block a user