aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_utils/py_utils/ts_proxy_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/common/py_utils/py_utils/ts_proxy_server.py')
-rw-r--r--catapult/common/py_utils/py_utils/ts_proxy_server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/catapult/common/py_utils/py_utils/ts_proxy_server.py b/catapult/common/py_utils/py_utils/ts_proxy_server.py
index 0e168a53..ffed090f 100644
--- a/catapult/common/py_utils/py_utils/ts_proxy_server.py
+++ b/catapult/common/py_utils/py_utils/ts_proxy_server.py
@@ -194,6 +194,7 @@ class TsProxyServer(object):
if not self._proc:
return
try:
+ self._IssueCommand('exit', timeout=10)
py_utils.WaitFor(lambda: self._proc.poll() is not None, 10)
except py_utils.TimeoutException:
# signal.SIGINT is not supported on Windows.