mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-08 09:45:50 +08:00
process replay: show process name in timeout error
old-commit-hash: 0eed31f1a68315121a3319464869cc622947ebba
This commit is contained in:
@@ -554,7 +554,7 @@ def cpp_replay_process(cfg, lr, fingerprint=None):
|
||||
managed_processes[cfg.proc_name].start()
|
||||
|
||||
try:
|
||||
with Timeout(TIMEOUT):
|
||||
with Timeout(TIMEOUT, error_msg=f"timed out testing process {repr(cfg.proc_name)}"):
|
||||
while not all(pm.all_readers_updated(s) for s in cfg.pub_sub.keys()):
|
||||
time.sleep(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user