aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xtesting/core/mts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/xtesting/core/mts.py b/xtesting/core/mts.py
index ec6766d2..3cfbea0d 100644
--- a/xtesting/core/mts.py
+++ b/xtesting/core/mts.py
@@ -239,7 +239,9 @@ class MTSLauncher(testcase.TestCase):
f_stdout.write(line.decode("utf-8"))
if six.PY3:
try:
+ # pylint: disable=unexpected-keyword-arg
process.wait(timeout=max_duration)
+ # pylint: disable=no-member
except subprocess.TimeoutExpired:
process.kill()
self.__logger.info(