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

old-commit-hash: 5856d7d549c464481fe25353b9c9017c5c480d95
This commit is contained in:
Willem Melching
2021-05-06 14:31:03 +02:00
committed by GitHub
parent 39c18d4c5a
commit 5a983be249
@@ -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])