[eas-cli] Exclude simulator queue time from startup timeout - #4411
Open
szdziedzic wants to merge 3 commits into
Open
szdziedzic wants to merge 3 commits into
szdziedzic wants to merge 3 commits into
Conversation
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4411 +/- ##
==========================================
+ Coverage 72.06% 72.22% +0.17%
==========================================
Files 966 970 +4
Lines 45909 46054 +145
Branches 9850 9877 +27
==========================================
+ Hits 33079 33258 +179
+ Misses 11833 11801 -32
+ Partials 997 995 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
✅ Thank you for adding the changelog entry! |
gwdp
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Simulator sessions waiting for account concurrency currently consume the 15-minute readiness timeout. A session can therefore fail and be stopped before its job starts.
How
Exclude
NEWandIN_QUEUEjob states from the startup timeout and display “Waiting for available concurrency” while queued. Once the job leaves the queue, allow a full 15 minutes for the remote configuration to become ready. Keep terminal-state detection and interrupt cleanup, and clarify that startup timeout errors exclude queue time.Test Plan
CI