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

pull/20845/head
Willem Melching 4 years ago committed by GitHub
parent 3a95d3ccaa
commit 5856d7d549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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