Skip to content

Commit

Permalink
start_test(): reduce default MAX_WAIT_FW_LOADING to 3s
Browse files Browse the repository at this point in the history
Outside known issues we want to know when the firmware takes unusually
long to load.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Sep 12, 2023
1 parent cd1502a commit 10ace84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ start_test()
# rt1011 i2c-10EC1011:00 needs 10 seconds on cml-hel-rt5682,
# see https://github.com/thesofproject/sof-test/pull/1095
cml) MAX_WAIT_FW_LOADING=13;;
# TODO: try to reduce this
*) MAX_WAIT_FW_LOADING=10;;
*) MAX_WAIT_FW_LOADING=3;;
esac
fi

Expand Down

0 comments on commit 10ace84

Please sign in to comment.