Skip to content

Commit eb2db37

Browse files
committed
Bump TimeConstrained value...
New package "stopit" seems to let things run much longer on some OS's and Python platforms in certain cases
1 parent 242c2fa commit eb2db37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ubuntu-cython.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
pip install -e .
3232
cd ..
3333
34-
# python -m pip install Mathics-Scanner[full]
3534
- name: Install Mathics with full dependencies
3635
run: |
3736
make develop-full-cython

test/builtin/test_datentime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ def test_private_doctests_datetime(str_expr, msgs, str_expected, fail_msg):
136136
[
137137
##
138138
(
139-
"TimeConstrained[Integrate[Sin[x]^100,x],.5]",
139+
"TimeConstrained[Integrate[Sin[x]^100,x],.1.1]",
140140
None,
141141
"$Aborted",
142142
"TimeConstrained with two arguments",
143143
),
144144
(
145-
"TimeConstrained[Integrate[Sin[x]^100,x],.5, Integrate[Cos[x],x]]",
145+
"TimeConstrained[Integrate[Sin[x]^100,x],.1.1, Integrate[Cos[x],x]]",
146146
None,
147147
"Sin[x]",
148148
"TimeConstrained with three arguments",

0 commit comments

Comments
 (0)