Browse Source

wip: un-daemon tesseractnetwork

justheuristic 5 năm trước cách đây
mục cha
commit
e5a7485d16
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/test_utils/run_server.py

+ 1 - 0
tests/test_utils/run_server.py

@@ -89,6 +89,7 @@ def background_server(*args, verbose=True, **kwargs):
 
     finally:
         trigger_shutdown.set()
+        runner.terminate()
         runner.join()