webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

Attempt to reduce iOS integration test timeouts

Open jonasfj opened this issue 1 year ago • 3 comments

Trying out the suggestion from: https://github.com/flutter/flutter/issues/105913#issuecomment-1500767101

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

jonasfj avatar May 22 '24 09:05 jonasfj

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 avatar May 22 '24 09:05 jonasfj

Worked once, trying again :D

jonasfj avatar May 22 '24 10:05 jonasfj

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.

jonasfj avatar May 22 '24 10:05 jonasfj