On Jul 5, 11:41 am, Simon King <simon.k...@uni-jena.de> wrote: > Dear Sage devel, > > writing a test suite for my cohomology package, I got rather > frustrated. After working around the randomness of some Gap functions, > I am now concerned with the computation time. > > It happened that the tests passed, with a total time of about 15 > minutes. But now, without me being aware of any big change, I get time > outs after roughly 6 minutes. > > So at least these questions arise: > - What is an acceptable time for running a test suite of an spkg?
Don't know. > - How can one influence the time after which a test is killed? Look at the file SAGE_ROOT/local/bin/sage-doctest: it uses environment variables SAGE_TIMEOUT and SAGE_TIMEOUT_LONG to determine how long (in seconds) to test with 'sage -t' and 'sage -t -long' respectively. So adjust those variables before running sage -t. > - How can I find out what test caused the time out? Try 'sage -t -verbose FILENAME'. Does that do what you want? John --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---