We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85d400 commit 0cc5e50Copy full SHA for 0cc5e50
samples/openthread/cli/harness-thci/nRF_Connect_SDK_13_14.py
@@ -1543,7 +1543,7 @@ def setDefaultValues(self):
1543
# self.sedPollingRate = ModuleHelper.Default_Harness_SED_Polling_Rate
1544
self.__sedPollPeriod = 3 * 1000 # in milliseconds
1545
self.ssedTimeout = 30 # in seconds
1546
- self.cslPeriod = 3125 # in milliseconds
+ self.cslPeriod = 500 # in milliseconds
1547
self.deviceRole = None
1548
self.provisioningUrl = ""
1549
self.hasActiveDatasetToCommit = False
0 commit comments