Fix fake synced pub/sub test race (#692)

* Fix fake synced pub/sub test race

* Remove fake test ordering comment
This commit is contained in:
Adeeb Shihadeh
2026-05-21 14:44:33 -07:00
committed by GitHub
parent 6189f41e8c
commit 9beb84af67

View File

@@ -162,10 +162,11 @@ class TestFakeSockets(unittest.TestCase):
recv_called = carState_handle.recv_called_event
recv_ready = carState_handle.recv_ready_event
pub_sock = msgq.pub_sock("carState")
p = multiprocessing.Process(target=daemon_repub_process_run)
p.start()
pub_sock = msgq.pub_sock("carState")
sub_sock = msgq.sub_sock("ubloxGnss")
try: