microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.4k stars 1.14k forks source link

Desktop X64DebugFabric job takes 20-30 min longer than all other jobs #13442

Open marlenecota opened 4 months ago

marlenecota commented 4 months ago

Summary

The Desktop X64DebugFabric job takes 20-30 min longer than all other jobs we run. It sometimes hits the 60min limit and causes the test to timeout and need a re-run - which wastes another 60min.

We should figure out why it's taking so much longer and fix it (@jonthysell thinks there might be a cppwinrt flag we're missing) or we should increase the timeout limit to avoid manually requesting re-runs.

image

Motivation

image

Basic Example

No response

Open Questions

No response

jonthysell commented 4 months ago

I can see in CI (which runs more build configurations) that desktop fabric builds timeout for other flavors too:

image