Skip to content

Commit

Permalink
src/sage/doctest/control.py: update _init_warn_long() docstring
Browse files Browse the repository at this point in the history
Now that the --warn-long defaults are 5.0 and 30.0 seconds for regular
and long tests respectively, we update the _init_warn_long() docstring
to reflect that.
  • Loading branch information
orlitzky committed Sep 22, 2023
1 parent 1332433 commit c019843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/doctest/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ def _init_warn_long(self):
finish in less than about 5 seconds. Longer tests typically
don't add coverage, they just make testing slow.
The default used here is 10 seconds, unless `--long` was used,
in which case it is 60 seconds.
The default used here is 5 seconds, unless `--long` was used,
in which case it is 30 seconds.
TESTS:
Expand Down

0 comments on commit c019843

Please sign in to comment.