-
Notifications
You must be signed in to change notification settings - Fork 11.1k
ObjC tests on mac take very long to run #15657
Copy link
Copy link
Closed
Description
The objc test suite takes almost 40mins, which is several times more than other wrapped languages and more than twice as long as C++ (which has a really large test suite).
We are trying to deduce the test latency. MacOS test jobs are usually the last ones to finish on PRs, so speeding up ObjC is clearly an opportunity. What it is that takes so long about them? (I don't think it's the number of tests).
Reactions are currently unavailable