Skip to content

Commit

Permalink
Tune base delay to 3 seconds, to account for slow testing machines
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed May 23, 2024
1 parent 59bf484 commit 9ad4922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/MTRDeviceTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -3705,7 +3705,7 @@ - (void)test036_TestStorageBehaviorConfiguration
// Do not subscribe - only inject sequence of reports to control the timing
delegate.skipSetupSubscription = YES;

NSTimeInterval baseTestDelayTime = 1;
NSTimeInterval baseTestDelayTime = 3;

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

0 comments on commit 9ad4922

Please sign in to comment.