Zulip Chat Archive
Stream: mathlib4
Topic: Timeout in `SingleFunctors` on `nightly-testing`
Kim Morrison (Jun 13 2024 at 00:31):
Just a heads up to @Joël Riou that singleFunctors
in Mathlib/Algebra/Homology/HomotopyCategory/SingleFunctors.lean
comes dangerously close to timing out on master
(taking over 180,000 heartbeats), and in fact does time out now on nightly-testing
.
I've just increased the maxHeartbeats in nightly-testing
for now, but if it would be possible to take a look at this and refactor on master
(e.g. break out whichever fields are slow), that would be much appreciated.
Joël Riou (Jun 13 2024 at 06:08):
I have just squeezed simp #13794
Kim Morrison (Jun 13 2024 at 06:13):
Thanks! :peace_sign:
Last updated: May 02 2025 at 03:31 UTC