Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout Issue #356

Closed
brianhiss opened this issue Apr 21, 2021 · 1 comment
Closed

Timeout Issue #356

brianhiss opened this issue Apr 21, 2021 · 1 comment

Comments

@brianhiss
Copy link

When I run eas build --platform ios, I eventually get an error after 30 minutes.

Error: Timeout reached! It is taking longer than expected to finish the build, aborting...

Yes, the builds go on to eventually finish online.

It would be nice if we could set timeoutSec in waitForBuildEndAsync(), unless I am missing where we could do this?

{ timeoutSec = 1800, intervalSec = 30 } = {}

Having this throw an error makes running multiple bash commands after the build impossible unless we build a whole webhooks flow on top of this. It would be nice to chain bash commands after this to run eas submit -p ios --latest or something else.

At a minimum, maybe we can match the current EAS Limitations of 60 minutes, so at least the service expectations and cli tool are in sync there?

Hope this was the right place for this as it relates to the eas-cli package. Thank you, great product/service!

@brentvatne
Copy link
Member

increased to 1 hour in #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants