From 9ad4922900014c3d25f87ea3e319cc2e2ff5aee2 Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Thu, 23 May 2024 12:00:22 -0700 Subject: [PATCH] Tune base delay to 3 seconds, to account for slow testing machines --- src/darwin/Framework/CHIPTests/MTRDeviceTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIPTests/MTRDeviceTests.m b/src/darwin/Framework/CHIPTests/MTRDeviceTests.m index 658f7e00aacb67..252a34fbf27b8c 100644 --- a/src/darwin/Framework/CHIPTests/MTRDeviceTests.m +++ b/src/darwin/Framework/CHIPTests/MTRDeviceTests.m @@ -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