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

strategy: use a longer login timeout on the first boot #8

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented Nov 19, 2024

The first boot is special because it is in fact two boots before we can log in:

  • the first one re-partitions the eMMC and sets up the data partition, then the TAC reboots.
  • the second boot is the one we can actually log in to.

Sometimes this finishes in the default login time of 60 seconds, sometimes it does not.

Make the test more stable by using a 5 min login timeout just for this first boot.

The first boot is special because it is in fact two boots before we can
log in: the first one re-partitions the eMMC and sets up the data
partition, then the TAC reboots and the second boot is the one we can
actually log in to.

Sometimes this finishes in the default login time of 60 seconds,
sometimes it does not.

Make the test more stable by using a 5 min login timeout just for this
first boot.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@SmithChart SmithChart merged commit 51d9128 into linux-automation:master Nov 19, 2024
2 checks passed
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.

3 participants