replace pytest-timeouts with pytest-timeout (#31053)

* one timeout

* timeout

* higher timeout for now

* bump
This commit is contained in:
Justin Newberry
2024-01-18 19:19:49 -05:00
committed by GitHub
parent 1c09ae99eb
commit d98b33adc8
3 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ jobs:
run: |
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
export MAPBOX_TOKEN='pk.eyJ1Ijoiam5ld2IiLCJhIjoiY2xxNW8zZXprMGw1ZzJwbzZneHd2NHljbSJ9.gV7VPRfbXFetD-1OVF0XZg' && \
$PYTEST --timeout 30 -m 'not slow' && \
$PYTEST --timeout 40 -m 'not slow' && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \
./selfdrive/ui/tests/test_translations.py"