We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b502d commit 5ee4ef6Copy full SHA for 5ee4ef6
src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m
@@ -35,7 +35,7 @@
35
static const uint16_t kTimeoutInSeconds = 3;
36
static NSString * kOnboardingPayload = @"MT:-24J0AFN00KA0648G00";
37
static const uint16_t kTestVendorId = 0xFFF1u;
38
-static const uint16_t kSubscriptionPoolBaseTimeoutInSeconds = 10;
+static const uint16_t kSubscriptionPoolBaseTimeoutInSeconds = 30;
39
40
@interface MTRPerControllerStorageTestsControllerDelegate : NSObject <MTRDeviceControllerDelegate>
41
@property (nonatomic, strong) XCTestExpectation * expectation;
0 commit comments