more init time in cpu test

old-commit-hash: 03ec6af300
commatwo_master
Willem Melching 5 years ago
parent a219cc17e9
commit 4fd9d6467b
  1. 2
      selfdrive/test/test_cpu_usage.py

@ -79,7 +79,7 @@ def test_cpu_usage():
time.sleep(2) time.sleep(2)
# take first sample # take first sample
time.sleep(5) time.sleep(30)
first_proc = messaging.recv_sock(proc_sock, wait=True) first_proc = messaging.recv_sock(proc_sock, wait=True)
if first_proc is None: if first_proc is None:
raise Exception("\n\nTEST FAILED: progLog recv timed out\n\n") raise Exception("\n\nTEST FAILED: progLog recv timed out\n\n")

Loading…
Cancel
Save