Ticket #11100 (closed enhancement: fixed)
Increase default timeout of test_executable() to 50 seconds
| Reported by: | jdemeyer | Owned by: | mvngu |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.7 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Volker Braun |
| Authors: | Jeroen Demeyer | Merged in: | sage-4.7.alpha4 |
| Dependencies: | Stopgaps: |
Description
Attachments
Change History
comment:2 Changed 2 years ago by vbraun
- Status changed from needs_review to positive_review
- Reviewers set to Volker Braun
Increasing it to 50 seconds is fine with me; But I doubt it that its sufficient on some NFS-connected machines where Sage startup can take forever. The default for doctests to time out is 360 seconds according to http://www.sagemath.org/doc/installation/source.html
But either way is better than 10 seconds.
Note: See
TracTickets for help on using
tickets.

