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

lib.sh: make MAX_WAIT_FW_LOADING platform dependent #1067

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Jun 24, 2023

We don't want to wait for 70s in every test on every platform when the firmware does not load. When multiplied by the number of tests in a plan this can cause a considerable waste of hardware resources.

i915 timeout aside, 10s has proved over a long period to be more than enough.

Fixes: #1059

We don't want to wait for 70s in every test on every platform when the
firmware does not load. When multiplied by the number of tests in a plan
this can cause a considerable waste of hardware resources.

i915 timeout aside, 10s has proved over a long period to be more than
enough.

Fixes: thesofproject#1059

Signed-off-by: Marc Herbert <[email protected]>
@marc-hb marc-hb marked this pull request as ready for review June 24, 2023 01:40
@marc-hb marc-hb requested a review from a team as a code owner June 24, 2023 01:40
@marc-hb
Copy link
Collaborator Author

marc-hb commented Jun 26, 2023

Copy link
Collaborator

@fredoh9 fredoh9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you for the update

@fredoh9 fredoh9 merged commit 5c279c4 into thesofproject:main Jun 26, 2023
@marc-hb marc-hb deleted the plaform-load-time branch June 27, 2023 01:27
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

Successfully merging this pull request may close these issues.

[FEATURE] configurable FW Loading polling time per platform
2 participants