fix: increase Play Store upload timeout and add retries #40

Merged
guettlibot merged 1 commits from fix/playstore-upload-timeout into main 2026-05-14 07:47:00 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 60e3bb16ba fix: increase Play Store upload timeout and add retries
The httplib2 default timeout (60s) was too short for AAB uploads, causing
transient TimeoutError failures in CI. Switch to an AuthorizedHttp with
a 300s timeout and pass num_retries=3 to all .execute() calls.

Also add google-auth-httplib2 and httplib2 to the Nix devshell Python
packages so the imports resolve at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 09:45:49 +02:00