From 6ec9fb962a4afea3a17ba6adc5e217595d4e61a5 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Wed, 20 Mar 2019 14:59:31 -0400 Subject: [PATCH] delay send_raw in test --- tools/ctap_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ctap_test.py b/tools/ctap_test.py index 7591301..5695f27 100755 --- a/tools/ctap_test.py +++ b/tools/ctap_test.py @@ -341,6 +341,7 @@ class Tester: self.set_cid(cid2) # send ping on 2nd channel self.send_raw("\x81\x00\x63") + time.sleep(0.1) self.send_raw("\x00") cmd, r = self.recv_raw() # busy response