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