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

Commit 4022661

Browse files
authored
Merge pull request #68 from yunhanw-google/master
Fix BLE virtual test hang in some machines
2 parents b6ac50a + 8f6fad5 commit 4022661

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)