Skip to content

Commit 52e52d2

Browse files
committed
SDK-1106 increase timeout to improve test reliability
1 parent a9a0b1b commit 52e52d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-TestBed/Branch-SDK-Tests/BNCUserAgentCollectorTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ - (void)testCollectUserAgent {
7070
[expectation fulfill];
7171
}];
7272

73-
[self waitForExpectationsWithTimeout:2.0 handler:^(NSError * _Nullable error) {
73+
[self waitForExpectationsWithTimeout:4.0 handler:^(NSError * _Nullable error) {
7474

7575
}];
7676
}

0 commit comments

Comments
 (0)