C++ Process Replay improvements - Part 2 (#20839)

old-commit-hash: 5856d7d549
commatwo_master
Willem Melching 5 years ago committed by GitHub
parent 39c18d4c5a
commit 5a983be249
  1. 2
      selfdrive/test/process_replay/process_replay.py

@ -446,7 +446,7 @@ def cpp_replay_process(cfg, lr, fingerprint=None):
time.sleep(0)
# Make sure all subscribers are connected
sockets = {s: messaging.sub_sock(s, timeout=1000) for s in sub_sockets}
sockets = {s: messaging.sub_sock(s, timeout=2000) for s in sub_sockets}
for s in sub_sockets:
messaging.recv_one_or_none(sockets[s])

Loading…
Cancel
Save