Skip to content

Conversation

@nilsreichardt
Copy link
Contributor

@nilsreichardt nilsreichardt commented Feb 4, 2026

As reported in #548 this GitHub Action is sometimes a bit flaky. It doesn't complete the boot process of the simulator. As a workaround I add retries, that can be configured with the following parameters:

  • boot_timeout_seconds (default: 360): Maximum number of seconds to wait for the Simulator to finish booting (0 disables the timeout)
  • boot_retries (default: 2): Number of times to retry booting when waiting for the Simulator to finish booting fails. Setting this to 2 will result in 3 attempts: one normal attempt and two retries.

Before this PR the action failed 6x out of 20 runs (see logs). With the changes from this PR, the action failed 0 out of 40 runs (see these logs and these logs)

In this log the retry was used: https://github.com/nilsreichardt/integration_test_problem/actions/runs/21669542187/job/62473614621

Closes #548

@dotdoom
Copy link
Member

dotdoom commented Feb 4, 2026

Thank you, LGTM! I'll resolve the conflicts that resulted from my earlier PR and merge this.

@dotdoom dotdoom merged commit 6a2cef2 into futureware-tech:main Feb 5, 2026
3 checks passed
github-merge-queue bot pushed a commit to SharezoneApp/sharezone-app that referenced this pull request Feb 5, 2026
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.

Action is flaky, any resolution?

2 participants