-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
Having just run through the default (non --long
) test suite for the first time in a while, I've hit...
sage -t --random-seed=... src/sage/manifolds/differentiable/tensorfield.py
[1019 tests, 364.13 s]
which runs afoul of our default timeout in src/sage/doctest/control.py
:
options.timeout = int(os.getenv('SAGE_TIMEOUT', 5 * 60))
There's nothing wrong in that file; it just has a lot of tests. Even after #32967, I think it would be safer to go straight to 7 minutes, because the runtime is more or less nondecreasing.
Component: doctest framework
Author: Michael Orlitzky
Branch/Commit: u/mjo/ticket/32973 @ c3b0124
Issue created by migration from https://trac.sagemath.org/ticket/32973