Skip to content

Commit

Permalink
Temporary debug info to track down test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Mar 11, 2018
1 parent 572c3d3 commit c25431d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/task/testrunner_task_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def kill_if_not_terminated():
# is executed by the Timer below.
import logging
logger = logging.getLogger(__name__)
logger.warn('Timed out test did not terminate gracefully after {} seconds, killing...'
.format(wait_time))
logger.warn('Timed out test(s) {} did not terminate gracefully after {} seconds, killing...'
.format(test_targets, wait_time))
process_handler.kill()

timer = Timer(wait_time, kill_if_not_terminated)
Expand Down

0 comments on commit c25431d

Please sign in to comment.