Procházet zdrojové kódy

wip: un-daemon tesseractnetwork

justheuristic před 5 roky
rodič
revize
e5a7485d16
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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()