r0adkll / upload-google-play

A GitHub action to upload an Android .apk or .aab file to the Google Play Console
MIT License
773 stars 138 forks source link

Question Only: How long should upload take? #229

Open SteveKennedy opened 1 month ago

SteveKennedy commented 1 month ago

This is not a bug. Just curious if I should expect a 5.75mb AAB to upload over 500mbs connection. Does this 15 minutes seem reasonable? Is there a way to ASYNC the upload while progressing the build?

image

boswelja commented 1 month ago

Just curious if I should expect a 5.75mb AAB to upload over 500mbs connection.

It depends on the runner & Google's servers. I've seen anywhere between 15 seconds and timeout so :stuck_out_tongue: Follow-up question: How do you know how fast your runners internet connection is?

Is there a way to ASYNC the upload while progressing the build?

Nope