Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
A few other miscellaneous fixes to the doctests tests
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Mar 7, 2018
1 parent af86e5c commit 436ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/doctest/forker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ def kill(self):
sage: time.sleep(0.2) # Worker doesn't die
sage: W.kill() # Worker dies now
True
sage: time.sleep(0.2)
sage: time.sleep(1)
sage: W.is_alive()
False
"""
Expand Down

0 comments on commit 436ed26

Please sign in to comment.