Browse Source

wip: un-daemon tesseractnetwork

justheuristic 5 years ago
parent
commit
e5a7485d16
1 changed files with 1 additions and 0 deletions
  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()