test_amp: wait for panda

old-commit-hash: dec3c5a57d5893bd2f456fc88d3799300095a02e
This commit is contained in:
Comma Device
2023-06-09 15:36:41 -07:00
parent 678825e10f
commit 4eb842c0f2

View File

@@ -21,6 +21,7 @@ class TestAmplifier(unittest.TestCase):
# clear dmesg
subprocess.check_call("sudo dmesg -C", shell=True)
Panda.wait_for_panda(None, 30)
self.panda = Panda()
self.panda.reset()