Skip to content

Commit c49f1a5

Browse files
rmi22186claude
andcommitted
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) <noreply@anthropic.com>
1 parent df21780 commit c49f1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-bridge-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v6
1313
with:
1414
repository: mParticle/mparticle-android-sdk
15-
ref: main
15+
ref: fix/increase-mplatch-timeout
1616
path: mparticle-android-sdk
1717
- name: "Install JDK 17"
1818
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)