mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
CI: run unittests in parallel with xdist (#29756)
* parallel tests * review suggesions * add to pyproject * add a bit more buffer on that * fix rare athena issue * remove from pypoetry
This commit is contained in:
@@ -21,7 +21,7 @@ class TestLogmessaged(unittest.TestCase):
|
||||
self.error_sock = messaging.sub_sock("logMessage", timeout=1000, conflate=False)
|
||||
|
||||
# ensure sockets are connected
|
||||
time.sleep(0.2)
|
||||
time.sleep(1)
|
||||
messaging.drain_sock(self.sock)
|
||||
messaging.drain_sock(self.error_sock)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user