Skip to content

Commit

Permalink
Increased logging to debug failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns committed Jun 17, 2022
1 parent bf52788 commit 20763ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
@@ -177,6 +177,7 @@ def __init__(self, nodeid: int, paaTrustStorePath: str, testCommissioner: bool =
self.controllerNodeId = nodeid
self.logger = logger
self.paaTrustStorePath = paaTrustStorePath
logging.getLogger().setLevel(logging.DEBUG)

def _WaitForOneDiscoveredDevice(self, timeoutSeconds: int = 2):
print("Waiting for device responses...")

0 comments on commit 20763ca

Please sign in to comment.