pull/23892/head
Richard Belleville 5 years ago
parent 87bd3a5fb2
commit 6df14711e3
  1. 3
      tools/run_tests/run_xds_tests.py

@ -1899,7 +1899,8 @@ try:
result.message = result.message.encode('UTF-8')
test_results[test_case] = [result]
if not client_logged.wait(timeout=_CLIENT_PROCESS_TIMEOUT_SECS):
logger.info("Client process failed to terminate. Killing it.")
logger.info(
"Client process failed to terminate. Killing it.")
client_process.kill()
client_logged.wait(timeout=_CLIENT_PROCESS_TIMEOUT_SECS)
if not os.path.exists(_TEST_LOG_BASE_DIR):

Loading…
Cancel
Save