Bevy version
b24ab2e
[Optional] Relevant system information
Windows
What you did
Run cargo run -p ci --doc.
What went wrong
Doc tests for initial crates pass, and then a dozen or so doc tests within bevy_gizmos get stuck, producing a warning that they've been running for more than 60 seconds.
My computer then runs out of RAM (over 12 GB!), freezes, and I have to hard reboot.
Additional information
Running with fewer threads via e.g. -j 4 improves responsiveness and slows down time-to-hang, but does not resolve the problem.
This works fine in CI, so it may be OS specific.
Bevy version
b24ab2e
[Optional] Relevant system information
Windows
What you did
Run
cargo run -p ci --doc.What went wrong
Doc tests for initial crates pass, and then a dozen or so doc tests within
bevy_gizmosget stuck, producing a warning that they've been running for more than 60 seconds.My computer then runs out of RAM (over 12 GB!), freezes, and I have to hard reboot.
Additional information
Running with fewer threads via e.g.
-j 4improves responsiveness and slows down time-to-hang, but does not resolve the problem.This works fine in CI, so it may be OS specific.