mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Windows builds have been tripping the 30 minute timeout. For sure, we
need to improve this, but as a quick fix, let's just increase the
timeout.
Perhaps we should switch to `lto = "thin"` for release builds, at least
for Windows:
3728db11b8/codex-rs/Cargo.toml (L288)
See https://doc.rust-lang.org/cargo/reference/profiles.html#lto for
details.