`run-examples-on-windows-dx12` CI job keeps timing out
Open
A-Build-System
C-Bug
D-Modest
P-Critical
S-Needs-Design
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
See [this run](https://github.com/bevyengine/bevy/actions/runs/25286286019/job/74131118676#logs) for an example.
It appears to be hitting a 30 minute timeout, blocking our ability to merge PRs. We would like to keep checking this, but we need a fix. This is occurring here first because Windows builds of Rust are dog slow.
Some options:
1. Somehow speed up compilation.
2. Increase our CI time budget.
3. Use different, faster runners.
4. Move this out of our default on-merge CI, and into a nightly job.
Contributor guide
Assessment
This issue has not been assessed yet.