You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
When I run
eas build --platform ios
, I eventually get an error after 30 minutes.Yes, the builds go on to eventually finish online.
It would be nice if we could set
timeoutSec
inwaitForBuildEndAsync()
, unless I am missing where we could do this?eas-cli/packages/eas-cli/src/build/create.ts
Line 74 in db0b6bf
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!The text was updated successfully, but these errors were encountered: