kobiton / bitrise-step-kobiton-upload-apps-repo

A Bitrise step to upload mobile application file to Kobiton Apps Repo
https://kobiton.com/integrations
MIT License
1 stars 7 forks source link

iOS apps are taking a long time to upload #10

Open mendozamiche opened 1 year ago

mendozamiche commented 1 year ago

There's been a trend for about 2 weeks now where iOS apps are taking much longer than usual (usually under 1 minute) to upload. We've added a 3 minute timeout to this step in Bitrise and that was not enough so the timeout was increased to 12 minutes. This is also not enough as this is the error shown:

image

Is there an issue with uploading ipa files to Kobiton using this script? We have not seen the same issue with uploading apk files.

This is on the following machine in Bitrise: Xcode 13.4.x on macOS 12.5 (Monterey) M1 Elite XL

Ticket #36130 has also been submitted.

abejfehr commented 1 year ago

It'd be great if we just had the option to pass in a --max-time for curl

Ingibjorg commented 1 year ago

For anyone else running into this, we changed out Bitrise machine from Xcode 14.2.x, on macOS 13.0 (Ventura) M1 Elite XL to Xcode 14.2.x, on macOS 13.0 (Ventura) Gen2 Elite. This solved the issue for us.