Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 22, 2023
1 parent 4d415fc commit cff4d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dev_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ def stop(self) -> None:
if not self._thread.is_alive():
raise Exception("thread is not alive")

print(5)
self._process.terminate()
print(6)
self._thread.join(timeout=10)
print(7)


dev_server = _DevServer()

0 comments on commit cff4d14

Please sign in to comment.