#16474: timeouts in doctests on OS X 10.9
------------------------------+------------------------
Reporter: jhpalmieri | Owner:
Type: defect | Status: new
Priority: critical | Milestone: sage-6.3
Component: interfaces | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
------------------------------+------------------------
Comment (by jhpalmieri):
I'm not suggesting this as a fix (because I don't know anything about the
pexpect interface), but if I make this one change:
{{{
#!diff
diff --git a/src/sage/interfaces/singular.py
b/src/sage/interfaces/singular.py
index 576fcc7..97ed05d 100644
--- a/src/sage/interfaces/singular.py
+++ b/src/sage/interfaces/singular.py
@@ -378,7 +378,7 @@ class Singular(Expect):
"""
prompt = '> '
Expect.__init__(self,
- terminal_echo=False,
+ terminal_echo=True,
name = 'singular',
prompt = prompt,
command = "Singular -t --ticks-per-sec 1000", #no
tty and fine grained cputime()
}}}
then I don't get the timeouts any more. (I get other doctest failures
because of this, but no timeouts.)
--
Ticket URL: <http://trac.sagemath.org/ticket/16474#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.