Skip to content

Commit 9ad4922

Browse files
committed
Tune base delay to 3 seconds, to account for slow testing machines
1 parent 59bf484 commit 9ad4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIPTests/MTRDeviceTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3705,7 +3705,7 @@ - (void)test036_TestStorageBehaviorConfiguration
37053705
// Do not subscribe - only inject sequence of reports to control the timing
37063706
delegate.skipSetupSubscription = YES;
37073707

3708-
NSTimeInterval baseTestDelayTime = 1;
3708+
NSTimeInterval baseTestDelayTime = 3;
37093709

37103710
// Set up a config of relatively short timers so this test doesn't take too long
37113711
MTRDeviceStorageBehaviorConfiguration * config = [MTRDeviceStorageBehaviorConfiguration

0 commit comments

Comments
 (0)