mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
fix typo in comment
Thanks Arfrever for the report :)
This commit is contained in:
parent
50e648a06d
commit
80ec58c497
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from test.libregrtest.setup import setup_tests
|
|||
# Display the running tests if nothing happened last N seconds
|
||||
PROGRESS_UPDATE = 30.0 # seconds
|
||||
|
||||
# If interrupted, display the wait process every N seconds
|
||||
# If interrupted, display the wait progress every N seconds
|
||||
WAIT_PROGRESS = 2.0 # seconds
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue