From 207dcd5e890678cc3ca9f08b90d160a7e3ba1f30 Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Wed, 11 Mar 2026 08:16:15 -0500 Subject: [PATCH] fix: stable releases buried in too many pre-releases failing tests --- scripts/test-apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-apps.py b/scripts/test-apps.py index 4b4ab9b..c548dd2 100644 --- a/scripts/test-apps.py +++ b/scripts/test-apps.py @@ -26,7 +26,7 @@ USER_AGENT = ( "Chrome/114.0.0.0 Mobile Safari/537.36" ) REQUEST_TIMEOUT = 30 -MAX_RELEASES_TO_CHECK = 25 +MAX_RELEASES_TO_CHECK = 100 APK_EXTENSIONS = (".apk", ".xapk") MAX_DISPLAYED_APK_URLS = 3 MAX_DISPLAYED_APKS = 10