FrameReader: do not depend on Qtunit tests (#21379)

* add timeout and test case

* remove useless comment

* reduce to 1s

* fix gotframe fail when Duplicate POC in a sequence

* cleanup

* remove space

* fix
This commit is contained in:
Dean Lee
2021-09-10 04:40:12 +08:00
committed by GitHub
parent 11730b8077
commit 81a128cd76
7 changed files with 97 additions and 57 deletions
+1
View File
@@ -216,6 +216,7 @@ jobs:
./selfdrive/common/tests/test_util && \
./selfdrive/loggerd/tests/test_logger &&\
./selfdrive/proclogd/tests/test_proclog && \
./selfdrive/ui/replay/tests/test_replay && \
./selfdrive/camerad/test/ae_gray_test"
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash) -v -F unit_tests