Commit 03c2986
committed
src/sage/doctest/sources.py: add "long time" for two tests
Two calls to FileDocTestSource.create_doctests() in this file can take
a while (about 5s) on the first run. This now triggers a "slow
doctest" warning if you are unlucky, and is unusually annoying because
doctesting this file is expected to produce no output in a doctest in
src/sage/doctest/forker.py.
We add "# long time" to correct that random doctest failure. In any
case, the two tests do take a long time.1 parent cb03043 commit 03c2986
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
931 | 932 | | |
932 | 933 | | |
933 | 934 | | |
| 935 | + | |
934 | 936 | | |
935 | 937 | | |
936 | 938 | | |
| |||
0 commit comments