We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7333e commit 285b2b1Copy full SHA for 285b2b1
src/darwin/Framework/CHIPTests/MTRDeviceTests.m
@@ -3715,7 +3715,7 @@ - (void)test036_TestStorageBehaviorConfiguration
3715
timeBetweenReportsTooShortThreshold:baseTestDelayTime * 0.4
3716
timeBetweenReportsTooShortMinThreshold:baseTestDelayTime * 0.2
3717
reportToPersistenceDelayMaxMultiplier:baseTestDelayTime * 5
3718
- deviceReportingExcessivelyIntervalThreshold:baseTestDelayTime * 10];
+ deviceReportingExcessivelyIntervalThreshold:baseTestDelayTime * 7];
3719
[device setStorageBehaviorConfiguration:config];
3720
3721
[device setDelegate:delegate queue:queue];
0 commit comments