Skip to content

Commit

Permalink
Update BranchTestRequestUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeluna-branch committed Jul 20, 2023
1 parent 3693557 commit 8566931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class BranchTestRequestUtil {

// can be pretty short because we mock remote interface and don't actually make async calls from the SDK
public static final int TEST_REQUEST_TIMEOUT = 1000;
public static final int TEST_INIT_SESSION_TIMEOUT = 5000;
public static final int TEST_INIT_SESSION_TIMEOUT = 10000;

// Dig out the variable for isStandardEvent from the BranchEvent object.
protected boolean isStandardEvent(BranchEvent event) throws Exception {
Expand Down

0 comments on commit 8566931

Please sign in to comment.