I'm currently using the managed Expo workflow and trying to build an APK for Android using eas build --platform android. I'm still on the free tier of Expo, and my build has been stuck in the “Queued” status for nearly four hours. The progress bar slowly moves, but the build hasn’t actually started yet — it just says “About 36 minutes remaining,” but the elapsed time keeps going up.
I haven’t expo ejected the app as im still building it, and I’m not using any custom native code — just a fairly standard managed React Native app. I’m building on a Lenovo Chromebook using VS Code, and I plan to distribute the APK via Firebase App Distribution once the build finishes.
Is it normal to wait this long for builds on the free tier? Are there known delays at certain times of day, or is this just a case of the free tier having a long queue?