Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 8f6fad5

Browse files
Fix BLE virtual test hang in some machines
In some jenkens machine, cmd check inputting in pexpect is not working somehow. Set force as True to bypass this check.
1 parent b6ac50a commit 8f6fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-apps/happy/test-templates/WeaveBleCentral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def close(self):
5656
def __del__(self):
5757
self.close()
5858

59-
def chat(self, cmd, timeout=chatTimeout, interrupt_on_timeout=False, force=False, expect=None):
59+
def chat(self, cmd, timeout=chatTimeout, interrupt_on_timeout=False, force=True, expect=None):
6060
self.app.send(cmd)
6161
if not force:
6262
self.app.expect_exact(cmd, timeout=2)

0 commit comments

Comments
 (0)