rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

Add timeout for all CI runs #1368

Closed bjorn3 closed 1 year ago

bjorn3 commented 1 year ago

There is currently a test in the rustc test suite which seems to get stuck in a deadlock. While this should of course be fixed, adding a lower timeout would prevent it from running for 6h before hitting GHA's default timeout.