summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py
index 156c788359b..58524448df4 100644
--- a/library/python/testing/yatest_common/yatest/common/process.py
+++ b/library/python/testing/yatest_common/yatest/common/process.py
@@ -465,6 +465,7 @@ def on_timeout_gen_coredump(exec_obj, _):
"""
try:
os.kill(exec_obj.process.pid, signal.SIGQUIT)
+ exec_obj.process.wait()
except OSError:
# process might be already terminated
pass