I would not be surprised if some of the offending long tests are by me ("
just because the author wants to show off the capabilities of their code")
so can you post a list of the longest ones?The other factor is that some modules are themselves very long (thousands of lines) withough -- necessarily -- having long individual tests. Though probably they do. John On 29 July 2014 03:58, Volker Braun <[email protected]> wrote: > A small handful of modules takes the majority of the doctest walltime, see > e.g. this lopsided distribution: > > <http://boxen.math.washington.edu/home/vbraun/t/doctest.png> > I'm proposing to > > * turn the existing sage -t --warn-long parameter into a warning (instead > of an error) > > * enable it by default with a limit of 60s on a modern computer, adjusted > for slowness of the computer running the tests. > > This is implemented in http://trac.sagemath.org/ticket/16609. Please > review. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
