You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first AVAssetWriter/H.264 use on the CI simulator pays a large,
variable cold-start cost (30s+ observed), which landed inside the first
video test's timed expectation and could trip its timeout. Pay that cost
once in setUp, outside any XCTest expectation, so each test only measures
steady-state latency.
0 commit comments