mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 09:13:46 +08:00
@@ -41,7 +41,7 @@ def test_boardd_loopback():
|
||||
|
||||
with Timeout(60, "boardd didn't start"):
|
||||
sm = messaging.SubMaster(['health'])
|
||||
while sm.rcv_frame['health'] < 0:
|
||||
while sm.rcv_frame['health'] < 1:
|
||||
sm.update(1000)
|
||||
|
||||
# boardd blocks on CarVin and CarParams
|
||||
|
||||
Reference in New Issue
Block a user