We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad2b3c commit a10ec16Copy full SHA for a10ec16
src/sage/features/fricas.py
@@ -73,7 +73,7 @@ def is_functional(self):
73
command = ['fricas', '-nosman']
74
try:
75
lines = subprocess.check_output(command, input=b')quit\n',
76
- stderr=subprocess.STDOUT, timeout=30)
+ stderr=subprocess.STDOUT, timeout=1)
77
except subprocess.TimeoutExpired:
78
return FeatureTestResult(self, False,
79
reason="Call `{command}` timed out".format(command=" ".join(command)))
0 commit comments