Undone server's closing timeout, even though I think 60 is too much

This commit is contained in:
Vakaris 2018-08-28 20:53:40 +03:00
parent 818aae3a2c
commit 49904d0cb0
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class HTTPServer(threading.Thread):
self._stopped = True
def stop(self, timeout=5):
def stop(self, timeout=60):
self._stopped = True
self.join(timeout)