Skip to content

Commit fa15fa8

Browse files
committed
SDK-1329 increase timeout for user agent
1 parent 788144e commit fa15fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ - (void)setUp {
5353
[[BNCUserAgentCollector instance] loadUserAgentWithCompletion:^(NSString * _Nullable userAgent) {
5454
[expectation fulfill];
5555
}];
56-
[self waitForExpectationsWithTimeout:2.0 handler:^(NSError * _Nullable error) { }];
56+
[self waitForExpectationsWithTimeout:5.0 handler:^(NSError * _Nullable error) { }];
5757
}
5858

5959
- (void)resetExpectations {

0 commit comments

Comments
 (0)