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

build: improve debugging mode of e2e test runner #29876

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

devversion
Copy link
Member

Currently the while loop may either be causing the process to be really stuck/hanging, or it somehow causes Node to exit.

This change makes the logic more robust and less CPU consuming.

Currently the `while` loop may either be causing the process to be
really stuck/hanging, or it somehow causes Node to exit.

This change makes the logic more robust and less CPU consuming.
@devversion devversion added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Mar 18, 2025
@devversion devversion requested a review from alan-agius4 March 18, 2025 12:42
@devversion devversion marked this pull request as ready for review March 18, 2025 12:42
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 18, 2025
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 18, 2025
@alan-agius4 alan-agius4 merged commit fe69a9b into angular:main Mar 18, 2025
34 of 35 checks passed
@alan-agius4
Copy link
Collaborator

The changes were merged into the following branches: main, 19.2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants