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

Attempt to reduce iOS integration test timeouts #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonasfj
Copy link
Member

@jonasfj jonasfj commented May 22, 2024

Trying out the suggestion from:
flutter/flutter#105913 (comment)

Probably I should gather more data, to know if it's often remotely close to taking 12 minutes (which would be surprising).

@jonasfj
Copy link
Member Author

jonasfj commented May 22, 2024

Looking a previous runs, usually it takes 4 minutes to run the iPhone integration tests on a simulator.

So if it times out at 12 minutes, it's probably some intermittent bug.
Could be that pre-building reduces the risk of that bug happening, perhaps we're eating up too much memory or something.

@jonasfj
Copy link
Member Author

jonasfj commented May 22, 2024

Worked once, trying again :D

@jonasfj
Copy link
Member Author

jonasfj commented May 22, 2024

It appears to take a long time on second attempt, I'm guessing it'll timeout.
But what is interesting, is that it looks like it's build step that hangs:
image

Not the step that runs integration tests.

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.

1 participant