From 85669317f8b7e60226a24dbe309198b1d89e09b9 Mon Sep 17 00:00:00 2001 From: gdeluna-branch <94577415+gdeluna-branch@users.noreply.github.com> Date: Wed, 19 Jul 2023 22:40:28 -0700 Subject: [PATCH] Update BranchTestRequestUtil.java --- .../java/io/branch/referral/BranchTestRequestUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Branch-SDK/src/androidTest/java/io/branch/referral/BranchTestRequestUtil.java b/Branch-SDK/src/androidTest/java/io/branch/referral/BranchTestRequestUtil.java index 3c0dca7a7..da33ee57c 100644 --- a/Branch-SDK/src/androidTest/java/io/branch/referral/BranchTestRequestUtil.java +++ b/Branch-SDK/src/androidTest/java/io/branch/referral/BranchTestRequestUtil.java @@ -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 {