Hi Simon,

On Mon, Jul 6, 2009 at 4: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?
> - How can one influence the time after which a test is killed?
> - How can I find out what test caused the time out? Namely, I only got
> sage -t  "RecDoctest.py"
> *** *** Error: TIMED OUT! PROCESS KILLED! *** ***
> *** *** Error: TIMED OUT! *** ***
> *** *** Error: TIMED OUT! *** ***
>         [361.2 s]
> exit code: 1024

This doesn't exactly answer your question, but sometimes one also gets
timed out errors when testing with the "-long" option:

sage -t -long </file/to/test>


> Is there a way to get a message of the type "Time out in line ...
> executing ..."?

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to