mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
regrtest: display progress every 30 seconds (instead of 60 seconds) when
running tests in multiprocessing mode (-jN).
This commit is contained in:
parent
4c3a5f24c3
commit
45550178ef
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from test.libregrtest.setup import setup_tests
|
|||
PROGRESS_MIN_TIME = 30.0 # seconds
|
||||
|
||||
# Display the running tests if nothing happened last N seconds
|
||||
PROGRESS_UPDATE = 60.0 # seconds
|
||||
PROGRESS_UPDATE = 30.0 # seconds
|
||||
|
||||
|
||||
def run_test_in_subprocess(testname, ns):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue