-
-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doctest/control.py: add default for die_timeout
This was missing in the previous commit. Also, tune up the timeout in the corresponding test in doctest/test.py. This prevents a doctest failure when pytest is installed (since then running `sage -t` will take ~ 3s after the doctest was actually run. If #33531 is merged, the way we run `sage -t` here (using `--optional=sage`) avoids the pytest overhead and the timeout can be tuned down again.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters