Skip to content

Commit 584bd42

Browse files
committed
increase timeout
1 parent 1487795 commit 584bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCStrongMatchHelper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ - (void)presentSafariVCWithBranchKey:(NSString *)branchKey {
135135
[self.secondWindow makeKeyWindow];
136136

137137
// Give enough time for Safari to load the request (optimized for 3G)
138-
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
138+
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
139139
[keyWindow makeKeyWindow];
140140

141141
// Remove the window and release it's strong reference. This is important to ensure that

0 commit comments

Comments
 (0)