From c49f1a51bada7d65f1ce7190238120f3e411961a Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Wed, 8 Apr 2026 08:33:06 -0400 Subject: [PATCH] fix: point android bridge tests at MPLatch timeout fix branch The Android bridge tests have been failing since March 12, 2026 due to a GitHub Actions runner image update (ubuntu24/20260309.50) that slowed WebView/JS initialization beyond the 5-second MPLatch timeout. Points the android-sdk ref at fix/increase-mplatch-timeout which increases the timeout from 5s to 30s. Should be switched back to main once mParticle/mparticle-android-sdk#695 is merged. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/android-bridge-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-bridge-tests.yml b/.github/workflows/android-bridge-tests.yml index 746cb0961..9b62e84cc 100644 --- a/.github/workflows/android-bridge-tests.yml +++ b/.github/workflows/android-bridge-tests.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v6 with: repository: mParticle/mparticle-android-sdk - ref: main + ref: fix/increase-mplatch-timeout path: mparticle-android-sdk - name: "Install JDK 17" uses: actions/setup-java@v5